This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository librasterlite2.

      from  3259dbc   Also support -devel pre-releases in watchfile 
uversionmangle.
       new  4e01111   Imported Upstream version 1.0.0~rc0+devel
       new  414fd4a   Merge tag 'upstream/1.0.0_rc0+devel'
       new  27cd14d   New upstream pre-release.
       new  435aa92   Update copyright file.
       new  4f7ea63   Add build dependencies: libcharls-dev, libfreetype6-dev & 
libopenjp2-7-dev.
       new  544cb8c   Drop patches applied upstream.
       new  72eec1f   Bump minimum required libspatialite to 4.3.0~.
       new  cc8e790   Add gbp.conf to use pristine-tar by default.

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Android_R4.2.0.mk                                  |   50 -
 Android_R4.3.0.mk                                  |   54 +
 Makefile-static-MinGW                              |   47 +-
 Makefile.am                                        |    8 +-
 Makefile.in                                        |   60 +-
 aclocal.m4                                         |  175 +-
 compile                                            |  347 +
 config.h.in                                        |   42 +-
 configure                                          |  623 +-
 configure.ac                                       |  114 +-
 debian/changelog                                   |   15 +-
 debian/control                                     |    5 +-
 debian/copyright                                   |   75 +-
 debian/gbp.conf                                    |   16 +
 debian/patches/link-sqlite3.patch                  |   38 -
 debian/patches/series                              |    1 -
 examples/Makefile.am                               |    8 -
 examples/Makefile.in                               |  597 --
 examples/examples.doxy                             |  152 -
 examples/sample1.c                                 |   68 -
 headers/Makefile.in                                |   28 +-
 headers/rasterlite2/rasterlite2.h                  | 1993 +++-
 headers/rasterlite2/rl2graphics.h                  |  749 +-
 headers/rasterlite2/rl2tiff.h                      |    6 +-
 headers/rasterlite2/rl2wms.h                       |   25 +-
 headers/rasterlite2/sqlite.h                       |    2 +-
 headers/rasterlite2_private.h                      | 1082 ++-
 headers/rl2svg_private.h                           |   44 +-
 rasterlite2-4.2.0.mk                               |   86 -
 rasterlite2-4.3.0.mk                               |  106 +
 src/Makefile.am                                    |   33 +-
 src/Makefile.in                                    |  152 +-
 src/md5.c                                          |  307 +
 src/md5.h                                          |   65 +
 src/rasterlite2.c                                  |  445 +-
 src/rl2ascii.c                                     |  243 +-
 src/rl2auxfont.c                                   |  796 ++
 src/rl2auxgeom.c                                   | 2189 +++++
 src/rl2auxrender.c                                 | 3459 ++++++-
 src/rl2charls.c                                    |  472 +
 src/rl2codec.c                                     | 1304 ++-
 src/rl2dbms.c                                      | 4189 +++++++--
 src/rl2gif.c                                       |    6 +-
 src/rl2import.c                                    | 4476 +++++++--
 src/rl2jpeg.c                                      |  266 +-
 src/rl2md5.c                                       |  116 +
 src/rl2openjpeg.c                                  | 1642 ++++
 src/rl2paint.c                                     | 2192 ++++-
 src/rl2png.c                                       |  844 +-
 src/rl2pyramid.c                                   | 1033 ++-
 src/rl2rastersym.c                                 | 1522 ++-
 src/rl2raw.c                                       | 1135 ++-
 src/rl2sql.c                                       | 9697 ++++++++++++++------
 src/rl2sqlaux.c                                    | 1717 +++-
 src/rl2svg.c                                       |   52 +-
 src/rl2svgaux.c                                    |    2 +-
 src/rl2svgxml.c                                    |    6 +-
 src/rl2symbaux.c                                   | 4360 +++++++++
 src/rl2symbolizer.c                                | 3934 ++++++--
 src/rl2tiff.c                                      |  714 +-
 src/rl2version.c                                   |    2 +-
 src/rl2webp.c                                      |  227 +-
 src/rl2wms.c                                       |  570 +-
 test/Cevennes2.jp2                                 |  Bin 0 -> 17959 bytes
 test/Karla-BoldItalic.ttf                          |  Bin 0 -> 18672 bytes
 test/Makefile.am                                   |   15 +-
 test/Makefile.in                                   |  207 +-
 test/check_sql_stmt.c                              |   14 +-
 test/coverage_style.xml                            |   83 +
 test/ndvi.xml                                      |   98 +
 test/raster_symbolizer_4.xml                       |   11 +-
 test/raster_symbolizer_5.xml                       |    8 +-
 test/raster_symbolizer_6.xml                       |    6 +-
 test/sql_stmt_security_tests/Makefile.am           |  397 +-
 test/sql_stmt_security_tests/Makefile.in           |  423 +-
 test/sql_stmt_security_tests/exportfont1.testcase  |    7 +
 test/sql_stmt_security_tests/exportfont10.testcase |    7 +
 test/sql_stmt_security_tests/exportfont11.testcase |    7 +
 test/sql_stmt_security_tests/exportfont12.testcase |    7 +
 test/sql_stmt_security_tests/exportfont13.testcase |    7 +
 test/sql_stmt_security_tests/exportfont2.testcase  |    7 +
 test/sql_stmt_security_tests/exportfont3.testcase  |    7 +
 test/sql_stmt_security_tests/exportfont4.testcase  |    7 +
 test/sql_stmt_security_tests/exportfont9.testcase  |    7 +
 test/sql_stmt_security_tests/loadfont1.testcase    |    7 +
 test/sql_stmt_security_tests/loadfont2.testcase    |    7 +
 test/sql_stmt_security_tests/loadfont3.testcase    |    7 +
 test/sql_stmt_security_tests/loadfont4.testcase    |    7 +
 test/sql_stmt_security_tests/loadfont5.testcase    |    7 +
 .../writebandtifftfw1.testcase                     |    7 +
 .../writebandtifftfw10.testcase                    |    7 +
 .../writebandtifftfw11.testcase                    |    7 +
 .../writebandtifftfw12.testcase                    |    7 +
 .../writebandtifftfw13.testcase                    |    7 +
 .../writebandtifftfw14.testcase                    |    7 +
 .../writebandtifftfw15.testcase                    |    7 +
 .../writebandtifftfw16.testcase                    |    7 +
 .../writebandtifftfw17.testcase                    |    7 +
 .../writebandtifftfw18.testcase                    |    7 +
 .../writebandtifftfw19.testcase                    |    7 +
 .../writebandtifftfw2.testcase                     |    7 +
 .../writebandtifftfw20.testcase                    |    7 +
 .../writebandtifftfw21.testcase                    |    7 +
 .../writebandtifftfw22.testcase                    |    7 +
 .../writebandtifftfw23.testcase                    |    7 +
 .../writebandtifftfw24.testcase                    |    7 +
 .../writebandtifftfw25.testcase                    |    7 +
 .../writebandtifftfw26.testcase                    |    7 +
 .../writebandtifftfw27.testcase                    |    7 +
 .../writebandtifftfw3.testcase                     |    7 +
 .../writebandtifftfw4.testcase                     |    7 +
 .../writebandtifftfw5.testcase                     |    7 +
 .../writebandtifftfw6.testcase                     |    7 +
 .../writebandtifftfw7.testcase                     |    7 +
 .../writebandtifftfw8.testcase                     |    7 +
 .../writebandtifftfw9.testcase                     |    7 +
 .../sql_stmt_security_tests/writejpegjgw1.testcase |    7 +
 .../writejpegjgw10.testcase                        |    7 +
 .../writejpegjgw11.testcase                        |    7 +
 .../writejpegjgw12.testcase                        |    7 +
 .../writejpegjgw13.testcase                        |    7 +
 .../writejpegjgw14.testcase                        |    7 +
 ...ritejpeg15.testcase => writejpegjgw15.testcase} |    0
 .../sql_stmt_security_tests/writejpegjgw2.testcase |    7 +
 .../sql_stmt_security_tests/writejpegjgw3.testcase |    7 +
 .../sql_stmt_security_tests/writejpegjgw4.testcase |    7 +
 .../sql_stmt_security_tests/writejpegjgw5.testcase |    7 +
 .../sql_stmt_security_tests/writejpegjgw6.testcase |    7 +
 .../sql_stmt_security_tests/writejpegjgw7.testcase |    7 +
 ...{writejpeg8.testcase => writejpegjgw8.testcase} |    0
 .../sql_stmt_security_tests/writejpegjgw9.testcase |    7 +
 .../writemonotifftfw1.testcase                     |    7 +
 .../writemonotifftfw10.testcase                    |    7 +
 .../writemonotifftfw11.testcase                    |    7 +
 .../writemonotifftfw12.testcase                    |    7 +
 .../writemonotifftfw13.testcase                    |    7 +
 .../writemonotifftfw14.testcase                    |    7 +
 .../writemonotifftfw15.testcase                    |    7 +
 .../writemonotifftfw16.testcase                    |    7 +
 .../writemonotifftfw17.testcase                    |    7 +
 .../writemonotifftfw18.testcase                    |    7 +
 .../writemonotifftfw19.testcase                    |    7 +
 .../writemonotifftfw2.testcase                     |    7 +
 .../writemonotifftfw20.testcase                    |    7 +
 .../writemonotifftfw21.testcase                    |    7 +
 .../writemonotifftfw3.testcase                     |    7 +
 .../writemonotifftfw4.testcase                     |    7 +
 .../writemonotifftfw5.testcase                     |    7 +
 .../writemonotifftfw6.testcase                     |    7 +
 .../writemonotifftfw7.testcase                     |    7 +
 .../writemonotifftfw8.testcase                     |    7 +
 .../writemonotifftfw9.testcase                     |    7 +
 .../writendviascii1.testcase                       |    7 +
 .../writendviascii10.testcase                      |    7 +
 .../writendviascii11.testcase                      |    7 +
 .../writendviascii12.testcase                      |    7 +
 .../writendviascii13.testcase                      |    7 +
 .../writendviascii14.testcase                      |    7 +
 .../writendviascii15.testcase                      |    7 +
 .../writendviascii16.testcase                      |    7 +
 .../writendviascii17.testcase                      |    7 +
 .../writendviascii18.testcase                      |    7 +
 .../writendviascii2.testcase                       |    7 +
 .../writendviascii3.testcase                       |    7 +
 .../writendviascii4.testcase                       |    7 +
 .../writendviascii5.testcase                       |    7 +
 .../writendviascii6.testcase                       |    7 +
 .../writendviascii7.testcase                       |    7 +
 .../writendviascii8.testcase                       |    7 +
 .../writendviascii9.testcase                       |    7 +
 .../writesectionascii1.testcase                    |    7 +
 .../writesectionascii10.testcase                   |    7 +
 .../writesectionascii11.testcase                   |    7 +
 .../writesectionascii12.testcase                   |    7 +
 .../writesectionascii13.testcase                   |    7 +
 .../writesectionascii14.testcase                   |    7 +
 .../writesectionascii15.testcase                   |    7 +
 .../writesectionascii16.testcase                   |    7 +
 .../writesectionascii17.testcase                   |    7 +
 .../writesectionascii18.testcase                   |    7 +
 .../writesectionascii2.testcase                    |    7 +
 .../writesectionascii3.testcase                    |    7 +
 .../writesectionascii4.testcase                    |    7 +
 .../writesectionascii5.testcase                    |    7 +
 .../writesectionascii6.testcase                    |    7 +
 .../writesectionascii7.testcase                    |    7 +
 .../writesectionascii9.testcase                    |    7 +
 .../writesectionbandgeotiff1.testcase              |    7 +
 .../writesectionbandgeotiff10.testcase             |    7 +
 .../writesectionbandgeotiff11.testcase             |    7 +
 .../writesectionbandgeotiff12.testcase             |    7 +
 .../writesectionbandgeotiff13.testcase             |    7 +
 .../writesectionbandgeotiff14.testcase             |    7 +
 .../writesectionbandgeotiff15.testcase             |    7 +
 .../writesectionbandgeotiff16.testcase             |    7 +
 .../writesectionbandgeotiff17.testcase             |    7 +
 .../writesectionbandgeotiff18.testcase             |    7 +
 .../writesectionbandgeotiff19.testcase             |    7 +
 .../writesectionbandgeotiff2.testcase              |    7 +
 .../writesectionbandgeotiff20.testcase             |    7 +
 .../writesectionbandgeotiff21.testcase             |    7 +
 .../writesectionbandgeotiff22.testcase             |    7 +
 .../writesectionbandgeotiff23.testcase             |    7 +
 .../writesectionbandgeotiff24.testcase             |    7 +
 .../writesectionbandgeotiff25.testcase             |    7 +
 .../writesectionbandgeotiff26.testcase             |    7 +
 .../writesectionbandgeotiff27.testcase             |    7 +
 .../writesectionbandgeotiff28.testcase             |    7 +
 .../writesectionbandgeotiff29.testcase             |    7 +
 .../writesectionbandgeotiff3.testcase              |    7 +
 .../writesectionbandgeotiff4.testcase              |    7 +
 .../writesectionbandgeotiff5.testcase              |    7 +
 .../writesectionbandgeotiff6.testcase              |    7 +
 .../writesectionbandgeotiff7.testcase              |    7 +
 .../writesectionbandgeotiff8.testcase              |    7 +
 .../writesectionbandgeotiff9.testcase              |    7 +
 .../writesectionbandtiff1.testcase                 |    7 +
 .../writesectionbandtiff10.testcase                |    7 +
 .../writesectionbandtiff11.testcase                |    7 +
 .../writesectionbandtiff12.testcase                |    7 +
 .../writesectionbandtiff13.testcase                |    7 +
 .../writesectionbandtiff14.testcase                |    7 +
 .../writesectionbandtiff15.testcase                |    7 +
 .../writesectionbandtiff16.testcase                |    7 +
 .../writesectionbandtiff17.testcase                |    7 +
 .../writesectionbandtiff18.testcase                |    7 +
 .../writesectionbandtiff19.testcase                |    7 +
 .../writesectionbandtiff2.testcase                 |    7 +
 .../writesectionbandtiff20.testcase                |    7 +
 .../writesectionbandtiff21.testcase                |    7 +
 .../writesectionbandtiff22.testcase                |    7 +
 .../writesectionbandtiff23.testcase                |    7 +
 .../writesectionbandtiff24.testcase                |    7 +
 .../writesectionbandtiff25.testcase                |    7 +
 .../writesectionbandtiff26.testcase                |    7 +
 .../writesectionbandtiff27.testcase                |    7 +
 .../writesectionbandtiff28.testcase                |    7 +
 .../writesectionbandtiff3.testcase                 |    7 +
 .../writesectionbandtiff4.testcase                 |    7 +
 .../writesectionbandtiff5.testcase                 |    7 +
 .../writesectionbandtiff6.testcase                 |    7 +
 .../writesectionbandtiff7.testcase                 |    7 +
 .../writesectionbandtiff8.testcase                 |    7 +
 .../writesectionbandtiff9.testcase                 |    7 +
 .../writesectionbandtifftfw1.testcase              |    7 +
 .../writesectionbandtifftfw10.testcase             |    7 +
 .../writesectionbandtifftfw11.testcase             |    7 +
 .../writesectionbandtifftfw12.testcase             |    7 +
 .../writesectionbandtifftfw13.testcase             |    7 +
 .../writesectionbandtifftfw14.testcase             |    7 +
 .../writesectionbandtifftfw15.testcase             |    7 +
 .../writesectionbandtifftfw16.testcase             |    7 +
 .../writesectionbandtifftfw17.testcase             |    7 +
 .../writesectionbandtifftfw18.testcase             |    7 +
 .../writesectionbandtifftfw19.testcase             |    7 +
 .../writesectionbandtifftfw2.testcase              |    7 +
 .../writesectionbandtifftfw20.testcase             |    7 +
 .../writesectionbandtifftfw21.testcase             |    7 +
 .../writesectionbandtifftfw22.testcase             |    7 +
 .../writesectionbandtifftfw23.testcase             |    7 +
 .../writesectionbandtifftfw24.testcase             |    7 +
 .../writesectionbandtifftfw25.testcase             |    7 +
 .../writesectionbandtifftfw26.testcase             |    7 +
 .../writesectionbandtifftfw27.testcase             |    7 +
 .../writesectionbandtifftfw28.testcase             |    7 +
 .../writesectionbandtifftfw3.testcase              |    7 +
 .../writesectionbandtifftfw4.testcase              |    7 +
 .../writesectionbandtifftfw5.testcase              |    7 +
 .../writesectionbandtifftfw6.testcase              |    7 +
 .../writesectionbandtifftfw7.testcase              |    7 +
 .../writesectionbandtifftfw8.testcase              |    7 +
 .../writesectionbandtifftfw9.testcase              |    7 +
 .../writesectiongeotiff1.testcase                  |    7 +
 .../writesectiongeotiff10.testcase                 |    7 +
 .../writesectiongeotiff11.testcase                 |    7 +
 .../writesectiongeotiff12.testcase                 |    7 +
 .../writesectiongeotiff13.testcase                 |    7 +
 .../writesectiongeotiff14.testcase                 |    7 +
 .../writesectiongeotiff15.testcase                 |    7 +
 .../writesectiongeotiff16.testcase                 |    7 +
 .../writesectiongeotiff17.testcase                 |    7 +
 .../writesectiongeotiff18.testcase                 |    7 +
 .../writesectiongeotiff19.testcase                 |    7 +
 .../writesectiongeotiff2.testcase                  |    7 +
 .../writesectiongeotiff20.testcase                 |    7 +
 .../writesectiongeotiff3.testcase                  |    7 +
 .../writesectiongeotiff4.testcase                  |    7 +
 .../writesectiongeotiff5.testcase                  |    7 +
 .../writesectiongeotiff6.testcase                  |    7 +
 .../writesectiongeotiff7.testcase                  |    7 +
 .../writesectiongeotiff8.testcase                  |    7 +
 .../writesectiongeotiff9.testcase                  |    7 +
 .../writesectionjpeg1.testcase                     |    7 +
 .../writesectionjpeg10.testcase                    |    7 +
 .../writesectionjpeg11.testcase                    |    7 +
 .../writesectionjpeg12.testcase                    |    7 +
 .../writesectionjpeg13.testcase                    |    7 +
 .../writesectionjpeg14.testcase                    |    7 +
 .../writesectionjpeg15.testcase                    |    7 +
 .../writesectionjpeg16.testcase                    |    7 +
 .../writesectionjpeg2.testcase                     |    7 +
 .../writesectionjpeg3.testcase                     |    7 +
 .../writesectionjpeg4.testcase                     |    7 +
 .../writesectionjpeg5.testcase                     |    7 +
 .../writesectionjpeg6.testcase                     |    7 +
 .../writesectionjpeg7.testcase                     |    7 +
 .../writesectionjpeg8.testcase                     |    7 +
 .../writesectionjpeg9.testcase                     |    7 +
 .../writesectionjpegjgw1.testcase                  |    7 +
 .../writesectionjpegjgw10.testcase                 |    7 +
 .../writesectionjpegjgw11.testcase                 |    7 +
 .../writesectionjpegjgw12.testcase                 |    7 +
 .../writesectionjpegjgw13.testcase                 |    7 +
 .../writesectionjpegjgw14.testcase                 |    7 +
 .../writesectionjpegjgw15.testcase                 |    7 +
 .../writesectionjpegjgw16.testcase                 |    7 +
 .../writesectionjpegjgw2.testcase                  |    7 +
 .../writesectionjpegjgw3.testcase                  |    7 +
 .../writesectionjpegjgw4.testcase                  |    7 +
 .../writesectionjpegjgw5.testcase                  |    7 +
 .../writesectionjpegjgw6.testcase                  |    7 +
 .../writesectionjpegjgw7.testcase                  |    7 +
 .../writesectionjpegjgw8.testcase                  |    7 +
 .../writesectionjpegjgw9.testcase                  |    7 +
 .../writesectionmonogeotiff1.testcase              |    7 +
 .../writesectionmonogeotiff10.testcase             |    7 +
 .../writesectionmonogeotiff11.testcase             |    7 +
 .../writesectionmonogeotiff12.testcase             |    7 +
 .../writesectionmonogeotiff13.testcase             |    7 +
 .../writesectionmonogeotiff14.testcase             |    7 +
 .../writesectionmonogeotiff15.testcase             |    7 +
 .../writesectionmonogeotiff16.testcase             |    7 +
 .../writesectionmonogeotiff17.testcase             |    7 +
 .../writesectionmonogeotiff18.testcase             |    7 +
 .../writesectionmonogeotiff19.testcase             |    7 +
 .../writesectionmonogeotiff2.testcase              |    7 +
 .../writesectionmonogeotiff20.testcase             |    7 +
 .../writesectionmonogeotiff21.testcase             |    7 +
 .../writesectionmonogeotiff22.testcase             |    7 +
 .../writesectionmonogeotiff23.testcase             |    7 +
 .../writesectionmonogeotiff3.testcase              |    7 +
 .../writesectionmonogeotiff4.testcase              |    7 +
 .../writesectionmonogeotiff5.testcase              |    7 +
 .../writesectionmonogeotiff6.testcase              |    7 +
 .../writesectionmonogeotiff7.testcase              |    7 +
 .../writesectionmonogeotiff8.testcase              |    7 +
 .../writesectionmonogeotiff9.testcase              |    7 +
 .../writesectionmonotiff1.testcase                 |    7 +
 .../writesectionmonotiff10.testcase                |    7 +
 .../writesectionmonotiff11.testcase                |    7 +
 .../writesectionmonotiff12.testcase                |    7 +
 .../writesectionmonotiff13.testcase                |    7 +
 .../writesectionmonotiff14.testcase                |    7 +
 .../writesectionmonotiff15.testcase                |    7 +
 .../writesectionmonotiff16.testcase                |    7 +
 .../writesectionmonotiff17.testcase                |    7 +
 .../writesectionmonotiff18.testcase                |    7 +
 .../writesectionmonotiff19.testcase                |    7 +
 .../writesectionmonotiff2.testcase                 |    7 +
 .../writesectionmonotiff20.testcase                |    7 +
 .../writesectionmonotiff21.testcase                |    7 +
 .../writesectionmonotiff22.testcase                |    7 +
 .../writesectionmonotiff3.testcase                 |    7 +
 .../writesectionmonotiff4.testcase                 |    7 +
 .../writesectionmonotiff5.testcase                 |    7 +
 .../writesectionmonotiff6.testcase                 |    7 +
 .../writesectionmonotiff7.testcase                 |    7 +
 .../writesectionmonotiff8.testcase                 |    7 +
 .../writesectionmonotiff9.testcase                 |    7 +
 .../writesectionmonotifftfw1.testcase              |    7 +
 .../writesectionmonotifftfw10.testcase             |    7 +
 .../writesectionmonotifftfw11.testcase             |    7 +
 .../writesectionmonotifftfw12.testcase             |    7 +
 .../writesectionmonotifftfw13.testcase             |    7 +
 .../writesectionmonotifftfw14.testcase             |    7 +
 .../writesectionmonotifftfw15.testcase             |    7 +
 .../writesectionmonotifftfw16.testcase             |    7 +
 .../writesectionmonotifftfw17.testcase             |    7 +
 .../writesectionmonotifftfw18.testcase             |    7 +
 .../writesectionmonotifftfw19.testcase             |    7 +
 .../writesectionmonotifftfw2.testcase              |    7 +
 .../writesectionmonotifftfw20.testcase             |    7 +
 .../writesectionmonotifftfw21.testcase             |    7 +
 .../writesectionmonotifftfw22.testcase             |    7 +
 .../writesectionmonotifftfw3.testcase              |    7 +
 .../writesectionmonotifftfw4.testcase              |    7 +
 .../writesectionmonotifftfw5.testcase              |    7 +
 .../writesectionmonotifftfw6.testcase              |    7 +
 .../writesectionmonotifftfw7.testcase              |    7 +
 .../writesectionmonotifftfw8.testcase              |    7 +
 .../writesectionmonotifftfw9.testcase              |    7 +
 .../writesectionndviascii1.testcase                |    7 +
 .../writesectionndviascii10.testcase               |    7 +
 .../writesectionndviascii11.testcase               |    7 +
 .../writesectionndviascii12.testcase               |    7 +
 .../writesectionndviascii13.testcase               |    7 +
 .../writesectionndviascii14.testcase               |    7 +
 .../writesectionndviascii15.testcase               |    7 +
 .../writesectionndviascii16.testcase               |    7 +
 .../writesectionndviascii17.testcase               |    7 +
 .../writesectionndviascii18.testcase               |    7 +
 .../writesectionndviascii19.testcase               |    7 +
 .../writesectionndviascii2.testcase                |    7 +
 .../writesectionndviascii20.testcase               |    7 +
 .../writesectionndviascii3.testcase                |    7 +
 .../writesectionndviascii4.testcase                |    7 +
 .../writesectionndviascii5.testcase                |    7 +
 .../writesectionndviascii6.testcase                |    7 +
 .../writesectionndviascii7.testcase                |    7 +
 .../writesectionndviascii8.testcase                |    7 +
 .../writesectionndviascii9.testcase                |    7 +
 .../writesectiontiff1.testcase                     |    7 +
 .../writesectiontiff10.testcase                    |    7 +
 .../writesectiontiff11.testcase                    |    7 +
 .../writesectiontiff12.testcase                    |    7 +
 .../writesectiontiff13.testcase                    |    7 +
 .../writesectiontiff14.testcase                    |    7 +
 .../writesectiontiff15.testcase                    |    7 +
 .../writesectiontiff16.testcase                    |    7 +
 .../writesectiontiff17.testcase                    |    7 +
 .../writesectiontiff18.testcase                    |    7 +
 .../writesectiontiff19.testcase                    |    7 +
 .../writesectiontiff2.testcase                     |    7 +
 .../writesectiontiff3.testcase                     |    7 +
 .../writesectiontiff4.testcase                     |    7 +
 .../writesectiontiff5.testcase                     |    7 +
 .../writesectiontiff6.testcase                     |    7 +
 .../writesectiontiff7.testcase                     |    7 +
 .../writesectiontiff8.testcase                     |    7 +
 .../writesectiontiff9.testcase                     |    7 +
 .../writesectiontifftfw1.testcase                  |    7 +
 .../writesectiontifftfw10.testcase                 |    7 +
 .../writesectiontifftfw11.testcase                 |    7 +
 .../writesectiontifftfw12.testcase                 |    7 +
 .../writesectiontifftfw13.testcase                 |    7 +
 .../writesectiontifftfw14.testcase                 |    7 +
 .../writesectiontifftfw15.testcase                 |    7 +
 .../writesectiontifftfw16.testcase                 |    7 +
 .../writesectiontifftfw17.testcase                 |    7 +
 .../writesectiontifftfw18.testcase                 |    7 +
 .../writesectiontifftfw19.testcase                 |    7 +
 .../writesectiontifftfw2.testcase                  |    7 +
 .../writesectiontifftfw3.testcase                  |    7 +
 .../writesectiontifftfw4.testcase                  |    7 +
 .../writesectiontifftfw5.testcase                  |    7 +
 .../writesectiontifftfw6.testcase                  |    7 +
 .../writesectiontifftfw7.testcase                  |    7 +
 .../writesectiontifftfw8.testcase                  |    7 +
 .../writesectiontifftfw9.testcase                  |    7 +
 .../sql_stmt_security_tests/writetifftfw1.testcase |    7 +
 .../writetifftfw10.testcase                        |    7 +
 .../writetifftfw11.testcase                        |    7 +
 .../writetifftfw12.testcase                        |    7 +
 .../writetifftfw13.testcase                        |    7 +
 .../writetifftfw14.testcase                        |    7 +
 .../writetifftfw15.testcase                        |    7 +
 .../writetifftfw16.testcase                        |    7 +
 .../writetifftfw17.testcase                        |    7 +
 .../writetifftfw18.testcase                        |    7 +
 .../sql_stmt_security_tests/writetifftfw2.testcase |    7 +
 .../sql_stmt_security_tests/writetifftfw3.testcase |    7 +
 .../sql_stmt_security_tests/writetifftfw4.testcase |    7 +
 .../sql_stmt_security_tests/writetifftfw5.testcase |    7 +
 .../sql_stmt_security_tests/writetifftfw6.testcase |    7 +
 .../sql_stmt_security_tests/writetifftfw7.testcase |    7 +
 .../sql_stmt_security_tests/writetifftfw8.testcase |    7 +
 .../sql_stmt_security_tests/writetifftfw9.testcase |    7 +
 test/sql_stmt_tests/Makefile.am                    |  162 +-
 test/sql_stmt_tests/Makefile.in                    |  188 +-
 test/sql_stmt_tests/copyrastercov1.testcase        |    7 +
 test/sql_stmt_tests/copyrastercov10.testcase       |    7 +
 test/sql_stmt_tests/copyrastercov11.testcase       |    7 +
 test/sql_stmt_tests/copyrastercov12.testcase       |    7 +
 test/sql_stmt_tests/copyrastercov13.testcase       |    7 +
 test/sql_stmt_tests/copyrastercov14.testcase       |    7 +
 test/sql_stmt_tests/copyrastercov2.testcase        |    7 +
 test/sql_stmt_tests/copyrastercov3.testcase        |    7 +
 test/sql_stmt_tests/copyrastercov4.testcase        |    7 +
 test/sql_stmt_tests/copyrastercov5.testcase        |    7 +
 test/sql_stmt_tests/copyrastercov6.testcase        |    7 +
 test/sql_stmt_tests/copyrastercov7.testcase        |    7 +
 test/sql_stmt_tests/copyrastercov8.testcase        |    7 +
 test/sql_stmt_tests/copyrastercov9.testcase        |    7 +
 test/sql_stmt_tests/createcov_16_mband.testcase    |    6 +-
 test/sql_stmt_tests/createcov_16_mband1.testcase   |    6 +-
 .../createcov_16_mband_deflate.testcase            |    6 +-
 .../createcov_16_mband_deflateno.testcase          |    7 +
 .../createcov_16_mband_fax3.testcase               |    6 +-
 .../createcov_16_mband_fax4.testcase               |    6 +-
 .../sql_stmt_tests/createcov_16_mband_gif.testcase |    6 +-
 .../createcov_16_mband_jpeg.testcase               |    6 +-
 .../createcov_16_mband_lzma.testcase               |    6 +-
 .../createcov_16_mband_lzmano.testcase             |    7 +
 .../sql_stmt_tests/createcov_16_mband_png.testcase |    8 +-
 .../createcov_16_mband_webp1.testcase              |    6 +-
 .../createcov_16_mband_webp2.testcase              |    6 +-
 test/sql_stmt_tests/createcov_1bit_mono.testcase   |    6 +-
 test/sql_stmt_tests/createcov_1bit_mono1.testcase  |    6 +-
 .../createcov_1bit_mono_deflate.testcase           |    8 +-
 .../createcov_1bit_mono_deflateno.testcase         |    7 +
 .../createcov_1bit_mono_fax3.testcase              |    6 +-
 .../createcov_1bit_mono_fax4.testcase              |    6 +-
 .../createcov_1bit_mono_gif.testcase               |    6 +-
 .../createcov_1bit_mono_jpeg.testcase              |    6 +-
 .../createcov_1bit_mono_lzma.testcase              |    8 +-
 .../createcov_1bit_mono_lzmano.testcase            |    7 +
 .../createcov_1bit_mono_png.testcase               |    6 +-
 .../createcov_1bit_mono_webp1.testcase             |    6 +-
 .../createcov_1bit_mono_webp2.testcase             |    6 +-
 .../sql_stmt_tests/createcov_1bit_palette.testcase |    6 +-
 .../createcov_1bit_palette1.testcase               |    6 +-
 .../createcov_1bit_palette_gif.testcase            |    6 +-
 .../createcov_1bit_palette_png.testcase            |    6 +-
 test/sql_stmt_tests/createcov_2bit_gray.testcase   |    6 +-
 test/sql_stmt_tests/createcov_2bit_gray1.testcase  |    6 +-
 .../createcov_2bit_gray_gif.testcase               |    6 +-
 .../createcov_2bit_gray_jpeg.testcase              |    6 +-
 .../createcov_2bit_gray_png.testcase               |    6 +-
 .../createcov_2bit_gray_webp1.testcase             |    6 +-
 .../createcov_2bit_gray_webp2.testcase             |    6 +-
 .../sql_stmt_tests/createcov_2bit_palette.testcase |    6 +-
 .../createcov_2bit_palette1.testcase               |    6 +-
 .../createcov_2bit_palette_gif.testcase            |    6 +-
 .../createcov_2bit_palette_png.testcase            |    6 +-
 test/sql_stmt_tests/createcov_4bit_gray.testcase   |    6 +-
 test/sql_stmt_tests/createcov_4bit_gray1.testcase  |    6 +-
 .../createcov_4bit_gray_gif.testcase               |    6 +-
 .../createcov_4bit_gray_jpeg.testcase              |    6 +-
 .../createcov_4bit_gray_png.testcase               |    6 +-
 .../createcov_4bit_gray_webp1.testcase             |    6 +-
 .../createcov_4bit_gray_webp2.testcase             |    6 +-
 .../sql_stmt_tests/createcov_4bit_palette.testcase |    6 +-
 .../createcov_4bit_palette1.testcase               |    6 +-
 .../createcov_4bit_palette_gif.testcase            |    6 +-
 .../createcov_4bit_palette_png.testcase            |    6 +-
 test/sql_stmt_tests/createcov_8_mband.testcase     |    6 +-
 test/sql_stmt_tests/createcov_8_mband1.testcase    |    6 +-
 .../createcov_8_mband_deflate.testcase             |    6 +-
 .../createcov_8_mband_deflateno.testcase           |    7 +
 .../sql_stmt_tests/createcov_8_mband_fax3.testcase |    6 +-
 .../sql_stmt_tests/createcov_8_mband_fax4.testcase |    6 +-
 test/sql_stmt_tests/createcov_8_mband_gif.testcase |    6 +-
 .../sql_stmt_tests/createcov_8_mband_jpeg.testcase |    6 +-
 .../sql_stmt_tests/createcov_8_mband_lzma.testcase |    6 +-
 .../createcov_8_mband_lzmano.testcase              |    7 +
 test/sql_stmt_tests/createcov_8_mband_png.testcase |    8 +-
 .../createcov_8_mband_webp1.testcase               |    8 +-
 .../createcov_8_mband_webp2.testcase               |    8 +-
 test/sql_stmt_tests/createcov_double_grid.testcase |    6 +-
 .../sql_stmt_tests/createcov_double_grid1.testcase |    6 +-
 .../createcov_double_grid_deflate.testcase         |    6 +-
 .../createcov_double_grid_deflateno.testcase       |    7 +
 .../createcov_double_grid_lzma.testcase            |    6 +-
 .../createcov_double_grid_lzmano.testcase          |    7 +
 test/sql_stmt_tests/createcov_err1.testcase        |    6 +-
 test/sql_stmt_tests/createcov_err10.testcase       |    6 +-
 test/sql_stmt_tests/createcov_err11.testcase       |    6 +-
 test/sql_stmt_tests/createcov_err12.testcase       |    6 +-
 test/sql_stmt_tests/createcov_err13.testcase       |    7 +
 test/sql_stmt_tests/createcov_err14.testcase       |    7 +
 test/sql_stmt_tests/createcov_err15.testcase       |    7 +
 test/sql_stmt_tests/createcov_err16.testcase       |    7 +
 test/sql_stmt_tests/createcov_err17.testcase       |    7 +
 test/sql_stmt_tests/createcov_err2.testcase        |    6 +-
 test/sql_stmt_tests/createcov_err3.testcase        |    6 +-
 test/sql_stmt_tests/createcov_err4.testcase        |    6 +-
 test/sql_stmt_tests/createcov_err5.testcase        |    6 +-
 test/sql_stmt_tests/createcov_err6.testcase        |    6 +-
 test/sql_stmt_tests/createcov_err7.testcase        |    6 +-
 test/sql_stmt_tests/createcov_err8.testcase        |    6 +-
 test/sql_stmt_tests/createcov_err9.testcase        |    6 +-
 test/sql_stmt_tests/createcov_float_grid.testcase  |    6 +-
 test/sql_stmt_tests/createcov_float_grid1.testcase |    6 +-
 .../createcov_float_grid_deflate.testcase          |    6 +-
 .../createcov_float_grid_deflateno.testcase        |    7 +
 .../createcov_float_grid_lzma.testcase             |    6 +-
 .../createcov_float_grid_lzmano.testcase           |    7 +
 test/sql_stmt_tests/createcov_int16_grid.testcase  |    6 +-
 test/sql_stmt_tests/createcov_int16_grid1.testcase |    6 +-
 .../createcov_int16_grid_deflate.testcase          |    6 +-
 .../createcov_int16_grid_deflateno.testcase        |    7 +
 .../createcov_int16_grid_lzma.testcase             |    6 +-
 .../createcov_int16_grid_lzmano.testcase           |    7 +
 test/sql_stmt_tests/createcov_int32_grid.testcase  |    6 +-
 test/sql_stmt_tests/createcov_int32_grid1.testcase |    6 +-
 .../createcov_int32_grid_deflate.testcase          |    6 +-
 .../createcov_int32_grid_deflateno.testcase        |    7 +
 .../createcov_int32_grid_gif.testcase              |    6 +-
 .../createcov_int32_grid_jpeg.testcase             |    6 +-
 .../createcov_int32_grid_lzma.testcase             |    6 +-
 .../createcov_int32_grid_lzmano.testcase           |    7 +
 .../createcov_int32_grid_png.testcase              |    6 +-
 .../createcov_int32_grid_webp1.testcase            |    6 +-
 .../createcov_int32_grid_webp2.testcase            |    6 +-
 test/sql_stmt_tests/createcov_int8_grid.testcase   |    6 +-
 test/sql_stmt_tests/createcov_int8_grid1.testcase  |    6 +-
 .../createcov_int8_grid_deflate.testcase           |    6 +-
 .../createcov_int8_grid_deflateno.testcase         |    7 +
 .../createcov_int8_grid_lzma.testcase              |    6 +-
 .../createcov_int8_grid_lzmano.testcase            |    7 +
 test/sql_stmt_tests/createcov_uint16_grid.testcase |    6 +-
 .../sql_stmt_tests/createcov_uint16_grid1.testcase |    6 +-
 .../createcov_uint16_grid_deflate.testcase         |    6 +-
 .../createcov_uint16_grid_deflateno.testcase       |    7 +
 .../createcov_uint16_grid_lzma.testcase            |    6 +-
 .../createcov_uint16_grid_lzmano.testcase          |    7 +
 test/sql_stmt_tests/createcov_uint32_grid.testcase |    6 +-
 .../sql_stmt_tests/createcov_uint32_grid1.testcase |    6 +-
 .../createcov_uint32_grid_deflate.testcase         |    6 +-
 .../createcov_uint32_grid_deflateno.testcase       |    7 +
 .../createcov_uint32_grid_lzma.testcase            |    6 +-
 .../createcov_uint32_grid_lzmano.testcase          |    7 +
 test/sql_stmt_tests/createcov_uint8_gray.testcase  |    6 +-
 .../createcov_uint8_gray_deflate.testcase          |    8 +-
 .../createcov_uint8_gray_deflateno.testcase        |    7 +
 .../createcov_uint8_gray_fax3.testcase             |    6 +-
 .../createcov_uint8_gray_fax4.testcase             |    6 +-
 .../createcov_uint8_gray_gif.testcase              |    6 +-
 .../createcov_uint8_gray_jpeg.testcase             |    6 +-
 .../createcov_uint8_gray_lzma.testcase             |    8 +-
 .../createcov_uint8_gray_lzmano.testcase           |    7 +
 .../createcov_uint8_gray_png.testcase              |    6 +-
 .../createcov_uint8_gray_webp1.testcase            |    6 +-
 .../createcov_uint8_gray_webp2.testcase            |    6 +-
 test/sql_stmt_tests/createcov_uint8_grid.testcase  |    6 +-
 test/sql_stmt_tests/createcov_uint8_grid1.testcase |    6 +-
 .../createcov_uint8_grid_deflate.testcase          |    6 +-
 .../createcov_uint8_grid_deflateno.testcase        |    7 +
 .../createcov_uint8_grid_lzma.testcase             |    6 +-
 .../createcov_uint8_grid_lzmano.testcase           |    7 +
 .../createcov_uint8_palette.testcase               |    6 +-
 .../createcov_uint8_palette_deflate.testcase       |    8 +-
 .../createcov_uint8_palette_deflateno.testcase     |    7 +
 .../createcov_uint8_palette_fax3.testcase          |    6 +-
 .../createcov_uint8_palette_fax4.testcase          |    6 +-
 .../createcov_uint8_palette_gif.testcase           |    6 +-
 .../createcov_uint8_palette_jpeg.testcase          |    6 +-
 .../createcov_uint8_palette_lzma.testcase          |    8 +-
 .../createcov_uint8_palette_lzmano.testcase        |    7 +
 .../createcov_uint8_palette_png.testcase           |    6 +-
 .../createcov_uint8_palette_webp1.testcase         |    6 +-
 .../createcov_uint8_palette_webp2.testcase         |    6 +-
 test/sql_stmt_tests/createcov_uint8_rgb.testcase   |    6 +-
 test/sql_stmt_tests/createcov_uint8_rgb1.testcase  |    6 +-
 .../createcov_uint8_rgb_deflate.testcase           |    8 +-
 .../createcov_uint8_rgb_deflateno.testcase         |    7 +
 .../createcov_uint8_rgb_fax3.testcase              |    6 +-
 .../createcov_uint8_rgb_fax4.testcase              |    6 +-
 .../createcov_uint8_rgb_gif.testcase               |    6 +-
 .../createcov_uint8_rgb_jpeg.testcase              |    6 +-
 .../createcov_uint8_rgb_lzma.testcase              |    8 +-
 .../createcov_uint8_rgb_lzmano.testcase            |    7 +
 .../createcov_uint8_rgb_png.testcase               |    6 +-
 .../createcov_uint8_rgb_webp1.testcase             |    6 +-
 .../createcov_uint8_rgb_webp2.testcase             |    6 +-
 test/sql_stmt_tests/deletesection3.testcase        |    4 +-
 test/sql_stmt_tests/deletesection4.testcase        |    4 +-
 test/sql_stmt_tests/depyramidize10.testcase        |    4 +-
 test/sql_stmt_tests/depyramidize11.testcase        |    4 +-
 test/sql_stmt_tests/depyramidize12.testcase        |    4 +-
 test/sql_stmt_tests/depyramidize6.testcase         |    6 +-
 test/sql_stmt_tests/depyramidize9.testcase         |    4 +-
 test/sql_stmt_tests/dropcoverage1.testcase         |    6 +-
 test/sql_stmt_tests/dropcoverage2.testcase         |    6 +-
 test/sql_stmt_tests/dropcoverage3.testcase         |    6 +-
 test/sql_stmt_tests/enableautondvi1.testcase       |    7 +
 test/sql_stmt_tests/enableautondvi2.testcase       |    7 +
 test/sql_stmt_tests/enableautondvi3.testcase       |    7 +
 test/sql_stmt_tests/exportraw1.testcase            |    7 +
 test/sql_stmt_tests/exportraw2.testcase            |    7 +
 test/sql_stmt_tests/exportraw3.testcase            |    7 +
 test/sql_stmt_tests/exportraw4.testcase            |    7 +
 test/sql_stmt_tests/exportraw5.testcase            |    7 +
 test/sql_stmt_tests/exportraw6.testcase            |    7 +
 test/sql_stmt_tests/exportraw7.testcase            |    7 +
 test/sql_stmt_tests/exportraw8.testcase            |    7 +
 test/sql_stmt_tests/exportsectraw1.testcase        |    7 +
 test/sql_stmt_tests/exportsectraw2.testcase        |    7 +
 test/sql_stmt_tests/exportsectraw3.testcase        |    7 +
 test/sql_stmt_tests/exportsectraw4.testcase        |    7 +
 test/sql_stmt_tests/exportsectraw5.testcase        |    7 +
 test/sql_stmt_tests/exportsectraw6.testcase        |    7 +
 test/sql_stmt_tests/exportsectraw7.testcase        |    7 +
 test/sql_stmt_tests/exportsectraw8.testcase        |    7 +
 test/sql_stmt_tests/exportsectraw9.testcase        |    7 +
 test/sql_stmt_tests/getfontfacename1.testcase      |    7 +
 test/sql_stmt_tests/getfontfacename2.testcase      |    7 +
 test/sql_stmt_tests/getfontfacename3.testcase      |    7 +
 test/sql_stmt_tests/getfontfacename4.testcase      |    7 +
 test/sql_stmt_tests/getfontfacename5.testcase      |    7 +
 test/sql_stmt_tests/getfontfamily1.testcase        |    7 +
 test/sql_stmt_tests/getfontfamily2.testcase        |    7 +
 test/sql_stmt_tests/getfontfamily3.testcase        |    7 +
 test/sql_stmt_tests/getfontfamily4.testcase        |    7 +
 test/sql_stmt_tests/getfontfamily5.testcase        |    7 +
 test/sql_stmt_tests/getmapimage1.testcase          |    6 +-
 test/sql_stmt_tests/getmapimage10.testcase         |    6 +-
 test/sql_stmt_tests/getmapimage11.testcase         |    7 +
 test/sql_stmt_tests/getmapimage12.testcase         |    6 +-
 test/sql_stmt_tests/getmapimage13.testcase         |    6 +-
 test/sql_stmt_tests/getmapimage14.testcase         |    6 +-
 test/sql_stmt_tests/getmapimage15.testcase         |    6 +-
 test/sql_stmt_tests/getmapimage16.testcase         |    6 +-
 test/sql_stmt_tests/getmapimage17.testcase         |    6 +-
 test/sql_stmt_tests/getmapimage18.testcase         |    6 +-
 test/sql_stmt_tests/getmapimage19.testcase         |    6 +-
 test/sql_stmt_tests/getmapimage2.testcase          |    6 +-
 test/sql_stmt_tests/getmapimage20.testcase         |    6 +-
 test/sql_stmt_tests/getmapimage3.testcase          |    6 +-
 test/sql_stmt_tests/getmapimage4.testcase          |    6 +-
 test/sql_stmt_tests/getmapimage5.testcase          |    6 +-
 test/sql_stmt_tests/getmapimage6.testcase          |    6 +-
 test/sql_stmt_tests/getmapimage7.testcase          |    6 +-
 test/sql_stmt_tests/getmapimage8.testcase          |    6 +-
 test/sql_stmt_tests/getmapimage9.testcase          |    6 +-
 test/sql_stmt_tests/getmaxthreads1.testcase        |    7 +
 test/sql_stmt_tests/getvectorimage1.testcase       |    7 +
 test/sql_stmt_tests/getvectorimage10.testcase      |    7 +
 test/sql_stmt_tests/getvectorimage11.testcase      |    7 +
 test/sql_stmt_tests/getvectorimage12.testcase      |    7 +
 test/sql_stmt_tests/getvectorimage13.testcase      |    7 +
 test/sql_stmt_tests/getvectorimage14.testcase      |    7 +
 test/sql_stmt_tests/getvectorimage15.testcase      |    7 +
 test/sql_stmt_tests/getvectorimage16.testcase      |    7 +
 test/sql_stmt_tests/getvectorimage17.testcase      |    7 +
 test/sql_stmt_tests/getvectorimage18.testcase      |    7 +
 test/sql_stmt_tests/getvectorimage19.testcase      |    7 +
 test/sql_stmt_tests/getvectorimage2.testcase       |    7 +
 test/sql_stmt_tests/getvectorimage20.testcase      |    7 +
 test/sql_stmt_tests/getvectorimage3.testcase       |    7 +
 test/sql_stmt_tests/getvectorimage4.testcase       |    7 +
 test/sql_stmt_tests/getvectorimage5.testcase       |    7 +
 test/sql_stmt_tests/getvectorimage6.testcase       |    7 +
 test/sql_stmt_tests/getvectorimage7.testcase       |    7 +
 test/sql_stmt_tests/getvectorimage8.testcase       |    7 +
 test/sql_stmt_tests/getvectorimage9.testcase       |    7 +
 test/sql_stmt_tests/importraw1.testcase            |    7 +
 test/sql_stmt_tests/importraw10.testcase           |    7 +
 test/sql_stmt_tests/importraw2.testcase            |    7 +
 test/sql_stmt_tests/importraw3.testcase            |    7 +
 test/sql_stmt_tests/importraw4.testcase            |    7 +
 test/sql_stmt_tests/importraw5.testcase            |    7 +
 test/sql_stmt_tests/importraw6.testcase            |    7 +
 test/sql_stmt_tests/importraw7.testcase            |    7 +
 test/sql_stmt_tests/importraw8.testcase            |    7 +
 test/sql_stmt_tests/importraw9.testcase            |    7 +
 test/sql_stmt_tests/isautondvienabled1.testcase    |    7 +
 test/sql_stmt_tests/isautondvienabled2.testcase    |    7 +
 test/sql_stmt_tests/isautondvienabled3.testcase    |    7 +
 test/sql_stmt_tests/isautondvienabled4.testcase    |    7 +
 test/sql_stmt_tests/isautondvienabled5.testcase    |    7 +
 test/sql_stmt_tests/isfontbold1.testcase           |    7 +
 test/sql_stmt_tests/isfontbold2.testcase           |    7 +
 test/sql_stmt_tests/isfontbold3.testcase           |    7 +
 test/sql_stmt_tests/isfontbold4.testcase           |    7 +
 test/sql_stmt_tests/isfontbold5.testcase           |    7 +
 test/sql_stmt_tests/isfontitalic1.testcase         |    7 +
 test/sql_stmt_tests/isfontitalic2.testcase         |    7 +
 test/sql_stmt_tests/isfontitalic3.testcase         |    7 +
 test/sql_stmt_tests/isfontitalic4.testcase         |    7 +
 test/sql_stmt_tests/isfontitalic5.testcase         |    7 +
 test/sql_stmt_tests/isvalidfont1.testcase          |    7 +
 test/sql_stmt_tests/isvalidfont2.testcase          |    7 +
 test/sql_stmt_tests/isvalidfont3.testcase          |    7 +
 test/sql_stmt_tests/isvalidfont4.testcase          |    7 +
 test/sql_stmt_tests/isvalidfont5.testcase          |    7 +
 test/sql_stmt_tests/pyramidize10.testcase          |    4 +-
 test/sql_stmt_tests/pyramidize11.testcase          |    4 +-
 test/sql_stmt_tests/pyramidize12.testcase          |    4 +-
 test/sql_stmt_tests/pyramidize13.testcase          |    4 +-
 test/sql_stmt_tests/pyramidize14.testcase          |    4 +-
 test/sql_stmt_tests/pyramidize15.testcase          |    4 +-
 test/sql_stmt_tests/pyramidize16.testcase          |    4 +-
 test/sql_stmt_tests/pyramidize17.testcase          |    7 +
 test/sql_stmt_tests/pyramidize18.testcase          |    7 +
 test/sql_stmt_tests/pyramidize19.testcase          |    7 +
 test/sql_stmt_tests/pyramidize6.testcase           |    6 +-
 test/sql_stmt_tests/pyramidize9.testcase           |    4 +-
 test/sql_stmt_tests/setcoverageinfos1.testcase     |    6 +-
 test/sql_stmt_tests/setcoverageinfos2.testcase     |    6 +-
 test/sql_stmt_tests/setcoverageinfos3.testcase     |    6 +-
 test/sql_stmt_tests/setcoverageinfos4.testcase     |    6 +-
 test/sql_stmt_tests/setdefaultbands1.testcase      |    7 +
 test/sql_stmt_tests/setdefaultbands10.testcase     |    7 +
 test/sql_stmt_tests/setdefaultbands11.testcase     |    7 +
 test/sql_stmt_tests/setdefaultbands12.testcase     |    7 +
 test/sql_stmt_tests/setdefaultbands13.testcase     |    7 +
 test/sql_stmt_tests/setdefaultbands14.testcase     |    7 +
 test/sql_stmt_tests/setdefaultbands15.testcase     |    7 +
 test/sql_stmt_tests/setdefaultbands16.testcase     |    7 +
 test/sql_stmt_tests/setdefaultbands17.testcase     |    7 +
 test/sql_stmt_tests/setdefaultbands18.testcase     |    7 +
 test/sql_stmt_tests/setdefaultbands19.testcase     |    7 +
 test/sql_stmt_tests/setdefaultbands2.testcase      |    7 +
 test/sql_stmt_tests/setdefaultbands20.testcase     |    7 +
 test/sql_stmt_tests/setdefaultbands3.testcase      |    7 +
 test/sql_stmt_tests/setdefaultbands4.testcase      |    7 +
 test/sql_stmt_tests/setdefaultbands5.testcase      |    7 +
 test/sql_stmt_tests/setdefaultbands6.testcase      |    7 +
 test/sql_stmt_tests/setdefaultbands7.testcase      |    7 +
 test/sql_stmt_tests/setdefaultbands8.testcase      |    7 +
 test/sql_stmt_tests/setdefaultbands9.testcase      |    7 +
 test/sql_stmt_tests/setmaxthreads1.testcase        |    7 +
 test/sql_stmt_tests/setmaxthreads2.testcase        |    7 +
 test/sql_stmt_tests/setmaxthreads3.testcase        |    7 +
 test/sql_stmt_tests/setmaxthreads4.testcase        |    7 +
 test/sql_stmt_tests/setmaxthreads5.testcase        |    7 +
 test/sql_stmt_tests/setmaxthreads6.testcase        |    7 +
 test/sql_stmt_tests/setmaxthreads7.testcase        |    7 +
 test/symbolizers.sqlite                            |  Bin 0 -> 581632 bytes
 test/test1.c                                       |   37 +-
 test/test10.c                                      |    2 +-
 test/test11.c                                      |    2 +-
 test/test12.c                                      |    2 +-
 test/test13.c                                      |    2 +-
 test/test14.c                                      |    2 +-
 test/test15.c                                      |    2 +-
 test/test16.c                                      |    2 +-
 test/test17.c                                      |    2 +-
 test/test18.c                                      |    2 +-
 test/test19.c                                      |    2 +-
 test/test2.c                                       |   65 +-
 test/test20.c                                      |    2 +-
 test/test3.c                                       |   26 +-
 test/test4.c                                       |   44 +-
 test/test5.c                                       |   42 +-
 test/test6.c                                       |    2 +-
 test/test7.c                                       |    2 +-
 test/test8.c                                       |    2 +-
 test/test9.c                                       |    2 +-
 test/test_copy_rastercov.c                         |  309 +
 test/test_coverage.c                               |    9 +-
 test/test_font.c                                   |  325 +
 test/test_gif.c                                    |    2 +-
 test/test_line_symbolizer.c                        | 1551 ++++
 test/test_load_wms.c                               |   31 +-
 test/test_map_ascii.c                              |  267 +-
 test/test_map_gray.c                               |  281 +-
 test/test_map_indiana.c                            |  224 +-
 test/test_map_infrared.c                           | 1441 ++-
 test/test_map_mono.c                               |  284 +-
 test/test_map_nile_32.c                            |   26 +-
 test/test_map_nile_8.c                             |   26 +-
 test/test_map_nile_dbl.c                           |   26 +-
 test/test_map_nile_flt.c                           |   26 +-
 test/test_map_nile_u16.c                           |   26 +-
 test/test_map_nile_u32.c                           |   26 +-
 test/test_map_nile_u8.c                            |   26 +-
 test/test_map_noref.c                              |   47 +-
 test/test_map_orbetello.c                          |  856 +-
 test/test_map_rgb.c                                |   48 +-
 test/test_map_srtm.c                               |  391 +-
 test/test_map_trento.c                             |  313 +-
 test/test_map_trieste.c                            |  218 +-
 test/test_mask.c                                   |    8 +-
 test/test_openjpeg.c                               |  783 ++
 test/test_paint.c                                  |  790 +-
 test/test_palette.c                                |   14 +-
 test/test_point_symbolizer.c                       | 2137 +++++
 test/test_polygon_symbolizer.c                     | 1765 ++++
 test/test_raster.c                                 |   19 +-
 test/test_raster_symbolizer.c                      |  962 +-
 test/test_raw.c                                    | 1526 +++
 test/test_section.c                                |    2 +-
 test/test_svg.c                                    |    2 +-
 test/test_text_symbolizer.c                        | 1488 +++
 test/test_tifin.c                                  |   35 +-
 test/test_vectors.c                                |  199 +
 test/test_webp.c                                   |   10 +-
 test/test_wms1.c                                   |   56 +-
 test/test_wms2.c                                   |   15 +-
 test/test_wr_tiff.c                                |    9 +-
 tools/Makefile.am                                  |   15 +-
 tools/Makefile.in                                  |   64 +-
 tools/rl2sniff.c                                   | 1487 +++
 tools/rl2tool.c                                    | 2186 ++++-
 tools/wmslite.c                                    | 1376 ++-
 877 files changed, 71842 insertions(+), 11449 deletions(-)
 delete mode 100644 Android_R4.2.0.mk
 create mode 100644 Android_R4.3.0.mk
 create mode 100755 compile
 create mode 100644 debian/gbp.conf
 delete mode 100644 debian/patches/link-sqlite3.patch
 delete mode 100644 debian/patches/series
 delete mode 100644 examples/Makefile.am
 delete mode 100644 examples/Makefile.in
 delete mode 100644 examples/examples.doxy
 delete mode 100644 examples/sample1.c
 delete mode 100644 rasterlite2-4.2.0.mk
 create mode 100644 rasterlite2-4.3.0.mk
 create mode 100644 src/md5.c
 create mode 100644 src/md5.h
 create mode 100644 src/rl2auxfont.c
 create mode 100644 src/rl2auxgeom.c
 create mode 100644 src/rl2charls.c
 create mode 100644 src/rl2md5.c
 create mode 100644 src/rl2openjpeg.c
 create mode 100644 src/rl2symbaux.c
 create mode 100644 test/Cevennes2.jp2
 create mode 100644 test/Karla-BoldItalic.ttf
 create mode 100644 test/coverage_style.xml
 create mode 100644 test/ndvi.xml
 create mode 100644 test/sql_stmt_security_tests/exportfont1.testcase
 create mode 100644 test/sql_stmt_security_tests/exportfont10.testcase
 create mode 100644 test/sql_stmt_security_tests/exportfont11.testcase
 create mode 100644 test/sql_stmt_security_tests/exportfont12.testcase
 create mode 100644 test/sql_stmt_security_tests/exportfont13.testcase
 create mode 100644 test/sql_stmt_security_tests/exportfont2.testcase
 create mode 100644 test/sql_stmt_security_tests/exportfont3.testcase
 create mode 100644 test/sql_stmt_security_tests/exportfont4.testcase
 create mode 100644 test/sql_stmt_security_tests/exportfont9.testcase
 create mode 100644 test/sql_stmt_security_tests/loadfont1.testcase
 create mode 100644 test/sql_stmt_security_tests/loadfont2.testcase
 create mode 100644 test/sql_stmt_security_tests/loadfont3.testcase
 create mode 100644 test/sql_stmt_security_tests/loadfont4.testcase
 create mode 100644 test/sql_stmt_security_tests/loadfont5.testcase
 create mode 100644 test/sql_stmt_security_tests/writebandtifftfw1.testcase
 create mode 100644 test/sql_stmt_security_tests/writebandtifftfw10.testcase
 create mode 100644 test/sql_stmt_security_tests/writebandtifftfw11.testcase
 create mode 100644 test/sql_stmt_security_tests/writebandtifftfw12.testcase
 create mode 100644 test/sql_stmt_security_tests/writebandtifftfw13.testcase
 create mode 100644 test/sql_stmt_security_tests/writebandtifftfw14.testcase
 create mode 100644 test/sql_stmt_security_tests/writebandtifftfw15.testcase
 create mode 100644 test/sql_stmt_security_tests/writebandtifftfw16.testcase
 create mode 100644 test/sql_stmt_security_tests/writebandtifftfw17.testcase
 create mode 100644 test/sql_stmt_security_tests/writebandtifftfw18.testcase
 create mode 100644 test/sql_stmt_security_tests/writebandtifftfw19.testcase
 create mode 100644 test/sql_stmt_security_tests/writebandtifftfw2.testcase
 create mode 100644 test/sql_stmt_security_tests/writebandtifftfw20.testcase
 create mode 100644 test/sql_stmt_security_tests/writebandtifftfw21.testcase
 create mode 100644 test/sql_stmt_security_tests/writebandtifftfw22.testcase
 create mode 100644 test/sql_stmt_security_tests/writebandtifftfw23.testcase
 create mode 100644 test/sql_stmt_security_tests/writebandtifftfw24.testcase
 create mode 100644 test/sql_stmt_security_tests/writebandtifftfw25.testcase
 create mode 100644 test/sql_stmt_security_tests/writebandtifftfw26.testcase
 create mode 100644 test/sql_stmt_security_tests/writebandtifftfw27.testcase
 create mode 100644 test/sql_stmt_security_tests/writebandtifftfw3.testcase
 create mode 100644 test/sql_stmt_security_tests/writebandtifftfw4.testcase
 create mode 100644 test/sql_stmt_security_tests/writebandtifftfw5.testcase
 create mode 100644 test/sql_stmt_security_tests/writebandtifftfw6.testcase
 create mode 100644 test/sql_stmt_security_tests/writebandtifftfw7.testcase
 create mode 100644 test/sql_stmt_security_tests/writebandtifftfw8.testcase
 create mode 100644 test/sql_stmt_security_tests/writebandtifftfw9.testcase
 create mode 100644 test/sql_stmt_security_tests/writejpegjgw1.testcase
 create mode 100644 test/sql_stmt_security_tests/writejpegjgw10.testcase
 create mode 100644 test/sql_stmt_security_tests/writejpegjgw11.testcase
 create mode 100644 test/sql_stmt_security_tests/writejpegjgw12.testcase
 create mode 100644 test/sql_stmt_security_tests/writejpegjgw13.testcase
 create mode 100644 test/sql_stmt_security_tests/writejpegjgw14.testcase
 copy test/sql_stmt_security_tests/{writejpeg15.testcase => 
writejpegjgw15.testcase} (100%)
 create mode 100644 test/sql_stmt_security_tests/writejpegjgw2.testcase
 create mode 100644 test/sql_stmt_security_tests/writejpegjgw3.testcase
 create mode 100644 test/sql_stmt_security_tests/writejpegjgw4.testcase
 create mode 100644 test/sql_stmt_security_tests/writejpegjgw5.testcase
 create mode 100644 test/sql_stmt_security_tests/writejpegjgw6.testcase
 create mode 100644 test/sql_stmt_security_tests/writejpegjgw7.testcase
 copy test/sql_stmt_security_tests/{writejpeg8.testcase => 
writejpegjgw8.testcase} (100%)
 create mode 100644 test/sql_stmt_security_tests/writejpegjgw9.testcase
 create mode 100644 test/sql_stmt_security_tests/writemonotifftfw1.testcase
 create mode 100644 test/sql_stmt_security_tests/writemonotifftfw10.testcase
 create mode 100644 test/sql_stmt_security_tests/writemonotifftfw11.testcase
 create mode 100644 test/sql_stmt_security_tests/writemonotifftfw12.testcase
 create mode 100644 test/sql_stmt_security_tests/writemonotifftfw13.testcase
 create mode 100644 test/sql_stmt_security_tests/writemonotifftfw14.testcase
 create mode 100644 test/sql_stmt_security_tests/writemonotifftfw15.testcase
 create mode 100644 test/sql_stmt_security_tests/writemonotifftfw16.testcase
 create mode 100644 test/sql_stmt_security_tests/writemonotifftfw17.testcase
 create mode 100644 test/sql_stmt_security_tests/writemonotifftfw18.testcase
 create mode 100644 test/sql_stmt_security_tests/writemonotifftfw19.testcase
 create mode 100644 test/sql_stmt_security_tests/writemonotifftfw2.testcase
 create mode 100644 test/sql_stmt_security_tests/writemonotifftfw20.testcase
 create mode 100644 test/sql_stmt_security_tests/writemonotifftfw21.testcase
 create mode 100644 test/sql_stmt_security_tests/writemonotifftfw3.testcase
 create mode 100644 test/sql_stmt_security_tests/writemonotifftfw4.testcase
 create mode 100644 test/sql_stmt_security_tests/writemonotifftfw5.testcase
 create mode 100644 test/sql_stmt_security_tests/writemonotifftfw6.testcase
 create mode 100644 test/sql_stmt_security_tests/writemonotifftfw7.testcase
 create mode 100644 test/sql_stmt_security_tests/writemonotifftfw8.testcase
 create mode 100644 test/sql_stmt_security_tests/writemonotifftfw9.testcase
 create mode 100644 test/sql_stmt_security_tests/writendviascii1.testcase
 create mode 100644 test/sql_stmt_security_tests/writendviascii10.testcase
 create mode 100644 test/sql_stmt_security_tests/writendviascii11.testcase
 create mode 100644 test/sql_stmt_security_tests/writendviascii12.testcase
 create mode 100644 test/sql_stmt_security_tests/writendviascii13.testcase
 create mode 100644 test/sql_stmt_security_tests/writendviascii14.testcase
 create mode 100644 test/sql_stmt_security_tests/writendviascii15.testcase
 create mode 100644 test/sql_stmt_security_tests/writendviascii16.testcase
 create mode 100644 test/sql_stmt_security_tests/writendviascii17.testcase
 create mode 100644 test/sql_stmt_security_tests/writendviascii18.testcase
 create mode 100644 test/sql_stmt_security_tests/writendviascii2.testcase
 create mode 100644 test/sql_stmt_security_tests/writendviascii3.testcase
 create mode 100644 test/sql_stmt_security_tests/writendviascii4.testcase
 create mode 100644 test/sql_stmt_security_tests/writendviascii5.testcase
 create mode 100644 test/sql_stmt_security_tests/writendviascii6.testcase
 create mode 100644 test/sql_stmt_security_tests/writendviascii7.testcase
 create mode 100644 test/sql_stmt_security_tests/writendviascii8.testcase
 create mode 100644 test/sql_stmt_security_tests/writendviascii9.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionascii1.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionascii10.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionascii11.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionascii12.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionascii13.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionascii14.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionascii15.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionascii16.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionascii17.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionascii18.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionascii2.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionascii3.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionascii4.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionascii5.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionascii6.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionascii7.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionascii9.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandgeotiff1.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandgeotiff10.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandgeotiff11.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandgeotiff12.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandgeotiff13.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandgeotiff14.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandgeotiff15.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandgeotiff16.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandgeotiff17.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandgeotiff18.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandgeotiff19.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandgeotiff2.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandgeotiff20.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandgeotiff21.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandgeotiff22.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandgeotiff23.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandgeotiff24.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandgeotiff25.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandgeotiff26.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandgeotiff27.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandgeotiff28.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandgeotiff29.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandgeotiff3.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandgeotiff4.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandgeotiff5.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandgeotiff6.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandgeotiff7.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandgeotiff8.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandgeotiff9.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionbandtiff1.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionbandtiff10.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionbandtiff11.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionbandtiff12.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionbandtiff13.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionbandtiff14.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionbandtiff15.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionbandtiff16.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionbandtiff17.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionbandtiff18.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionbandtiff19.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionbandtiff2.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionbandtiff20.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionbandtiff21.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionbandtiff22.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionbandtiff23.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionbandtiff24.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionbandtiff25.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionbandtiff26.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionbandtiff27.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionbandtiff28.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionbandtiff3.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionbandtiff4.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionbandtiff5.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionbandtiff6.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionbandtiff7.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionbandtiff8.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionbandtiff9.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandtifftfw1.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandtifftfw10.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandtifftfw11.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandtifftfw12.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandtifftfw13.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandtifftfw14.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandtifftfw15.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandtifftfw16.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandtifftfw17.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandtifftfw18.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandtifftfw19.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandtifftfw2.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandtifftfw20.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandtifftfw21.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandtifftfw22.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandtifftfw23.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandtifftfw24.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandtifftfw25.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandtifftfw26.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandtifftfw27.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandtifftfw28.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandtifftfw3.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandtifftfw4.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandtifftfw5.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandtifftfw6.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandtifftfw7.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandtifftfw8.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionbandtifftfw9.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiongeotiff1.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiongeotiff10.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiongeotiff11.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiongeotiff12.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiongeotiff13.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiongeotiff14.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiongeotiff15.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiongeotiff16.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiongeotiff17.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiongeotiff18.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiongeotiff19.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiongeotiff2.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiongeotiff20.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiongeotiff3.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiongeotiff4.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiongeotiff5.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiongeotiff6.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiongeotiff7.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiongeotiff8.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiongeotiff9.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionjpeg1.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionjpeg10.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionjpeg11.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionjpeg12.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionjpeg13.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionjpeg14.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionjpeg15.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionjpeg16.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionjpeg2.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionjpeg3.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionjpeg4.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionjpeg5.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionjpeg6.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionjpeg7.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionjpeg8.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionjpeg9.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionjpegjgw1.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionjpegjgw10.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionjpegjgw11.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionjpegjgw12.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionjpegjgw13.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionjpegjgw14.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionjpegjgw15.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionjpegjgw16.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionjpegjgw2.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionjpegjgw3.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionjpegjgw4.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionjpegjgw5.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionjpegjgw6.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionjpegjgw7.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionjpegjgw8.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionjpegjgw9.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonogeotiff1.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonogeotiff10.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonogeotiff11.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonogeotiff12.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonogeotiff13.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonogeotiff14.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonogeotiff15.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonogeotiff16.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonogeotiff17.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonogeotiff18.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonogeotiff19.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonogeotiff2.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonogeotiff20.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonogeotiff21.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonogeotiff22.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonogeotiff23.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonogeotiff3.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonogeotiff4.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonogeotiff5.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonogeotiff6.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonogeotiff7.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonogeotiff8.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonogeotiff9.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionmonotiff1.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionmonotiff10.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionmonotiff11.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionmonotiff12.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionmonotiff13.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionmonotiff14.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionmonotiff15.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionmonotiff16.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionmonotiff17.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionmonotiff18.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionmonotiff19.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionmonotiff2.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionmonotiff20.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionmonotiff21.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionmonotiff22.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionmonotiff3.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionmonotiff4.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionmonotiff5.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionmonotiff6.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionmonotiff7.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionmonotiff8.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionmonotiff9.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonotifftfw1.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonotifftfw10.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonotifftfw11.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonotifftfw12.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonotifftfw13.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonotifftfw14.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonotifftfw15.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonotifftfw16.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonotifftfw17.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonotifftfw18.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonotifftfw19.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonotifftfw2.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonotifftfw20.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonotifftfw21.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonotifftfw22.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonotifftfw3.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonotifftfw4.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonotifftfw5.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonotifftfw6.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonotifftfw7.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonotifftfw8.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionmonotifftfw9.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionndviascii1.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionndviascii10.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionndviascii11.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionndviascii12.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionndviascii13.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionndviascii14.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionndviascii15.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionndviascii16.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionndviascii17.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionndviascii18.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionndviascii19.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionndviascii2.testcase
 create mode 100644 
test/sql_stmt_security_tests/writesectionndviascii20.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionndviascii3.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionndviascii4.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionndviascii5.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionndviascii6.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionndviascii7.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionndviascii8.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectionndviascii9.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiontiff1.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiontiff10.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiontiff11.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiontiff12.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiontiff13.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiontiff14.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiontiff15.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiontiff16.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiontiff17.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiontiff18.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiontiff19.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiontiff2.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiontiff3.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiontiff4.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiontiff5.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiontiff6.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiontiff7.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiontiff8.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiontiff9.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiontifftfw1.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiontifftfw10.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiontifftfw11.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiontifftfw12.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiontifftfw13.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiontifftfw14.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiontifftfw15.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiontifftfw16.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiontifftfw17.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiontifftfw18.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiontifftfw19.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiontifftfw2.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiontifftfw3.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiontifftfw4.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiontifftfw5.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiontifftfw6.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiontifftfw7.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiontifftfw8.testcase
 create mode 100644 test/sql_stmt_security_tests/writesectiontifftfw9.testcase
 create mode 100644 test/sql_stmt_security_tests/writetifftfw1.testcase
 create mode 100644 test/sql_stmt_security_tests/writetifftfw10.testcase
 create mode 100644 test/sql_stmt_security_tests/writetifftfw11.testcase
 create mode 100644 test/sql_stmt_security_tests/writetifftfw12.testcase
 create mode 100644 test/sql_stmt_security_tests/writetifftfw13.testcase
 create mode 100644 test/sql_stmt_security_tests/writetifftfw14.testcase
 create mode 100644 test/sql_stmt_security_tests/writetifftfw15.testcase
 create mode 100644 test/sql_stmt_security_tests/writetifftfw16.testcase
 create mode 100644 test/sql_stmt_security_tests/writetifftfw17.testcase
 create mode 100644 test/sql_stmt_security_tests/writetifftfw18.testcase
 create mode 100644 test/sql_stmt_security_tests/writetifftfw2.testcase
 create mode 100644 test/sql_stmt_security_tests/writetifftfw3.testcase
 create mode 100644 test/sql_stmt_security_tests/writetifftfw4.testcase
 create mode 100644 test/sql_stmt_security_tests/writetifftfw5.testcase
 create mode 100644 test/sql_stmt_security_tests/writetifftfw6.testcase
 create mode 100644 test/sql_stmt_security_tests/writetifftfw7.testcase
 create mode 100644 test/sql_stmt_security_tests/writetifftfw8.testcase
 create mode 100644 test/sql_stmt_security_tests/writetifftfw9.testcase
 create mode 100644 test/sql_stmt_tests/copyrastercov1.testcase
 create mode 100644 test/sql_stmt_tests/copyrastercov10.testcase
 create mode 100644 test/sql_stmt_tests/copyrastercov11.testcase
 create mode 100644 test/sql_stmt_tests/copyrastercov12.testcase
 create mode 100644 test/sql_stmt_tests/copyrastercov13.testcase
 create mode 100644 test/sql_stmt_tests/copyrastercov14.testcase
 create mode 100644 test/sql_stmt_tests/copyrastercov2.testcase
 create mode 100644 test/sql_stmt_tests/copyrastercov3.testcase
 create mode 100644 test/sql_stmt_tests/copyrastercov4.testcase
 create mode 100644 test/sql_stmt_tests/copyrastercov5.testcase
 create mode 100644 test/sql_stmt_tests/copyrastercov6.testcase
 create mode 100644 test/sql_stmt_tests/copyrastercov7.testcase
 create mode 100644 test/sql_stmt_tests/copyrastercov8.testcase
 create mode 100644 test/sql_stmt_tests/copyrastercov9.testcase
 create mode 100644 test/sql_stmt_tests/createcov_16_mband_deflateno.testcase
 create mode 100644 test/sql_stmt_tests/createcov_16_mband_lzmano.testcase
 create mode 100644 test/sql_stmt_tests/createcov_1bit_mono_deflateno.testcase
 create mode 100644 test/sql_stmt_tests/createcov_1bit_mono_lzmano.testcase
 create mode 100644 test/sql_stmt_tests/createcov_8_mband_deflateno.testcase
 create mode 100644 test/sql_stmt_tests/createcov_8_mband_lzmano.testcase
 create mode 100644 test/sql_stmt_tests/createcov_double_grid_deflateno.testcase
 create mode 100644 test/sql_stmt_tests/createcov_double_grid_lzmano.testcase
 create mode 100644 test/sql_stmt_tests/createcov_err13.testcase
 create mode 100644 test/sql_stmt_tests/createcov_err14.testcase
 create mode 100644 test/sql_stmt_tests/createcov_err15.testcase
 create mode 100644 test/sql_stmt_tests/createcov_err16.testcase
 create mode 100644 test/sql_stmt_tests/createcov_err17.testcase
 create mode 100644 test/sql_stmt_tests/createcov_float_grid_deflateno.testcase
 create mode 100644 test/sql_stmt_tests/createcov_float_grid_lzmano.testcase
 create mode 100644 test/sql_stmt_tests/createcov_int16_grid_deflateno.testcase
 create mode 100644 test/sql_stmt_tests/createcov_int16_grid_lzmano.testcase
 create mode 100644 test/sql_stmt_tests/createcov_int32_grid_deflateno.testcase
 create mode 100644 test/sql_stmt_tests/createcov_int32_grid_lzmano.testcase
 create mode 100644 test/sql_stmt_tests/createcov_int8_grid_deflateno.testcase
 create mode 100644 test/sql_stmt_tests/createcov_int8_grid_lzmano.testcase
 create mode 100644 test/sql_stmt_tests/createcov_uint16_grid_deflateno.testcase
 create mode 100644 test/sql_stmt_tests/createcov_uint16_grid_lzmano.testcase
 create mode 100644 test/sql_stmt_tests/createcov_uint32_grid_deflateno.testcase
 create mode 100644 test/sql_stmt_tests/createcov_uint32_grid_lzmano.testcase
 create mode 100644 test/sql_stmt_tests/createcov_uint8_gray_deflateno.testcase
 create mode 100644 test/sql_stmt_tests/createcov_uint8_gray_lzmano.testcase
 create mode 100644 test/sql_stmt_tests/createcov_uint8_grid_deflateno.testcase
 create mode 100644 test/sql_stmt_tests/createcov_uint8_grid_lzmano.testcase
 create mode 100644 
test/sql_stmt_tests/createcov_uint8_palette_deflateno.testcase
 create mode 100644 test/sql_stmt_tests/createcov_uint8_palette_lzmano.testcase
 create mode 100644 test/sql_stmt_tests/createcov_uint8_rgb_deflateno.testcase
 create mode 100644 test/sql_stmt_tests/createcov_uint8_rgb_lzmano.testcase
 create mode 100644 test/sql_stmt_tests/enableautondvi1.testcase
 create mode 100644 test/sql_stmt_tests/enableautondvi2.testcase
 create mode 100644 test/sql_stmt_tests/enableautondvi3.testcase
 create mode 100644 test/sql_stmt_tests/exportraw1.testcase
 create mode 100644 test/sql_stmt_tests/exportraw2.testcase
 create mode 100644 test/sql_stmt_tests/exportraw3.testcase
 create mode 100644 test/sql_stmt_tests/exportraw4.testcase
 create mode 100644 test/sql_stmt_tests/exportraw5.testcase
 create mode 100644 test/sql_stmt_tests/exportraw6.testcase
 create mode 100644 test/sql_stmt_tests/exportraw7.testcase
 create mode 100644 test/sql_stmt_tests/exportraw8.testcase
 create mode 100644 test/sql_stmt_tests/exportsectraw1.testcase
 create mode 100644 test/sql_stmt_tests/exportsectraw2.testcase
 create mode 100644 test/sql_stmt_tests/exportsectraw3.testcase
 create mode 100644 test/sql_stmt_tests/exportsectraw4.testcase
 create mode 100644 test/sql_stmt_tests/exportsectraw5.testcase
 create mode 100644 test/sql_stmt_tests/exportsectraw6.testcase
 create mode 100644 test/sql_stmt_tests/exportsectraw7.testcase
 create mode 100644 test/sql_stmt_tests/exportsectraw8.testcase
 create mode 100644 test/sql_stmt_tests/exportsectraw9.testcase
 create mode 100644 test/sql_stmt_tests/getfontfacename1.testcase
 create mode 100644 test/sql_stmt_tests/getfontfacename2.testcase
 create mode 100644 test/sql_stmt_tests/getfontfacename3.testcase
 create mode 100644 test/sql_stmt_tests/getfontfacename4.testcase
 create mode 100644 test/sql_stmt_tests/getfontfacename5.testcase
 create mode 100644 test/sql_stmt_tests/getfontfamily1.testcase
 create mode 100644 test/sql_stmt_tests/getfontfamily2.testcase
 create mode 100644 test/sql_stmt_tests/getfontfamily3.testcase
 create mode 100644 test/sql_stmt_tests/getfontfamily4.testcase
 create mode 100644 test/sql_stmt_tests/getfontfamily5.testcase
 create mode 100644 test/sql_stmt_tests/getmapimage11.testcase
 create mode 100644 test/sql_stmt_tests/getmaxthreads1.testcase
 create mode 100644 test/sql_stmt_tests/getvectorimage1.testcase
 create mode 100644 test/sql_stmt_tests/getvectorimage10.testcase
 create mode 100644 test/sql_stmt_tests/getvectorimage11.testcase
 create mode 100644 test/sql_stmt_tests/getvectorimage12.testcase
 create mode 100644 test/sql_stmt_tests/getvectorimage13.testcase
 create mode 100644 test/sql_stmt_tests/getvectorimage14.testcase
 create mode 100644 test/sql_stmt_tests/getvectorimage15.testcase
 create mode 100644 test/sql_stmt_tests/getvectorimage16.testcase
 create mode 100644 test/sql_stmt_tests/getvectorimage17.testcase
 create mode 100644 test/sql_stmt_tests/getvectorimage18.testcase
 create mode 100644 test/sql_stmt_tests/getvectorimage19.testcase
 create mode 100644 test/sql_stmt_tests/getvectorimage2.testcase
 create mode 100644 test/sql_stmt_tests/getvectorimage20.testcase
 create mode 100644 test/sql_stmt_tests/getvectorimage3.testcase
 create mode 100644 test/sql_stmt_tests/getvectorimage4.testcase
 create mode 100644 test/sql_stmt_tests/getvectorimage5.testcase
 create mode 100644 test/sql_stmt_tests/getvectorimage6.testcase
 create mode 100644 test/sql_stmt_tests/getvectorimage7.testcase
 create mode 100644 test/sql_stmt_tests/getvectorimage8.testcase
 create mode 100644 test/sql_stmt_tests/getvectorimage9.testcase
 create mode 100644 test/sql_stmt_tests/importraw1.testcase
 create mode 100644 test/sql_stmt_tests/importraw10.testcase
 create mode 100644 test/sql_stmt_tests/importraw2.testcase
 create mode 100644 test/sql_stmt_tests/importraw3.testcase
 create mode 100644 test/sql_stmt_tests/importraw4.testcase
 create mode 100644 test/sql_stmt_tests/importraw5.testcase
 create mode 100644 test/sql_stmt_tests/importraw6.testcase
 create mode 100644 test/sql_stmt_tests/importraw7.testcase
 create mode 100644 test/sql_stmt_tests/importraw8.testcase
 create mode 100644 test/sql_stmt_tests/importraw9.testcase
 create mode 100644 test/sql_stmt_tests/isautondvienabled1.testcase
 create mode 100644 test/sql_stmt_tests/isautondvienabled2.testcase
 create mode 100644 test/sql_stmt_tests/isautondvienabled3.testcase
 create mode 100644 test/sql_stmt_tests/isautondvienabled4.testcase
 create mode 100644 test/sql_stmt_tests/isautondvienabled5.testcase
 create mode 100644 test/sql_stmt_tests/isfontbold1.testcase
 create mode 100644 test/sql_stmt_tests/isfontbold2.testcase
 create mode 100644 test/sql_stmt_tests/isfontbold3.testcase
 create mode 100644 test/sql_stmt_tests/isfontbold4.testcase
 create mode 100644 test/sql_stmt_tests/isfontbold5.testcase
 create mode 100644 test/sql_stmt_tests/isfontitalic1.testcase
 create mode 100644 test/sql_stmt_tests/isfontitalic2.testcase
 create mode 100644 test/sql_stmt_tests/isfontitalic3.testcase
 create mode 100644 test/sql_stmt_tests/isfontitalic4.testcase
 create mode 100644 test/sql_stmt_tests/isfontitalic5.testcase
 create mode 100644 test/sql_stmt_tests/isvalidfont1.testcase
 create mode 100644 test/sql_stmt_tests/isvalidfont2.testcase
 create mode 100644 test/sql_stmt_tests/isvalidfont3.testcase
 create mode 100644 test/sql_stmt_tests/isvalidfont4.testcase
 create mode 100644 test/sql_stmt_tests/isvalidfont5.testcase
 create mode 100644 test/sql_stmt_tests/pyramidize17.testcase
 create mode 100644 test/sql_stmt_tests/pyramidize18.testcase
 create mode 100644 test/sql_stmt_tests/pyramidize19.testcase
 create mode 100644 test/sql_stmt_tests/setdefaultbands1.testcase
 create mode 100644 test/sql_stmt_tests/setdefaultbands10.testcase
 create mode 100644 test/sql_stmt_tests/setdefaultbands11.testcase
 create mode 100644 test/sql_stmt_tests/setdefaultbands12.testcase
 create mode 100644 test/sql_stmt_tests/setdefaultbands13.testcase
 create mode 100644 test/sql_stmt_tests/setdefaultbands14.testcase
 create mode 100644 test/sql_stmt_tests/setdefaultbands15.testcase
 create mode 100644 test/sql_stmt_tests/setdefaultbands16.testcase
 create mode 100644 test/sql_stmt_tests/setdefaultbands17.testcase
 create mode 100644 test/sql_stmt_tests/setdefaultbands18.testcase
 create mode 100644 test/sql_stmt_tests/setdefaultbands19.testcase
 create mode 100644 test/sql_stmt_tests/setdefaultbands2.testcase
 create mode 100644 test/sql_stmt_tests/setdefaultbands20.testcase
 create mode 100644 test/sql_stmt_tests/setdefaultbands3.testcase
 create mode 100644 test/sql_stmt_tests/setdefaultbands4.testcase
 create mode 100644 test/sql_stmt_tests/setdefaultbands5.testcase
 create mode 100644 test/sql_stmt_tests/setdefaultbands6.testcase
 create mode 100644 test/sql_stmt_tests/setdefaultbands7.testcase
 create mode 100644 test/sql_stmt_tests/setdefaultbands8.testcase
 create mode 100644 test/sql_stmt_tests/setdefaultbands9.testcase
 create mode 100644 test/sql_stmt_tests/setmaxthreads1.testcase
 create mode 100644 test/sql_stmt_tests/setmaxthreads2.testcase
 create mode 100644 test/sql_stmt_tests/setmaxthreads3.testcase
 create mode 100644 test/sql_stmt_tests/setmaxthreads4.testcase
 create mode 100644 test/sql_stmt_tests/setmaxthreads5.testcase
 create mode 100644 test/sql_stmt_tests/setmaxthreads6.testcase
 create mode 100644 test/sql_stmt_tests/setmaxthreads7.testcase
 create mode 100644 test/symbolizers.sqlite
 create mode 100644 test/test_copy_rastercov.c
 create mode 100644 test/test_font.c
 create mode 100644 test/test_line_symbolizer.c
 create mode 100644 test/test_openjpeg.c
 create mode 100644 test/test_point_symbolizer.c
 create mode 100644 test/test_polygon_symbolizer.c
 create mode 100644 test/test_raw.c
 create mode 100644 test/test_text_symbolizer.c
 create mode 100644 test/test_vectors.c
 create mode 100644 tools/rl2sniff.c

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/librasterlite2.git

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to