Dane Springmeyer
|
acee056710
|
add tests validating current (non-ideal) need for manually supplying 'geometry_table' for specific sql query - refs #2718
|
2015-03-08 12:53:25 -07:00 |
|
Dane Springmeyer
|
051462e00f
|
fix postgis error reporting - closes #2725
|
2015-03-06 14:01:22 -08:00 |
|
Dane Springmeyer
|
7d78115886
|
pyflakes driven python file cleanup
|
2015-02-02 10:38:08 -08:00 |
|
Dane Springmeyer
|
ec111c8a27
|
add extra metadata to lyr desc + use for srid/keyfield in postgis - closes #2650
|
2015-01-22 18:44:56 -08:00 |
|
Dane Springmeyer
|
18910f4c44
|
postgis tests - skip if createdb not found (TODO: check return code)
|
2014-09-24 17:22:09 -07:00 |
|
Sandro Santilli
|
576e56ec17
|
Add missing input srid in test
Happens to work without srid specification due to && operator not
re-checking in newer postgis, but would fail with older postgis.
|
2014-09-17 15:48:16 +02:00 |
|
Dane Springmeyer
|
cfe79a6fe3
|
make sure postgis test does not run on windows if no server is availabl
|
2014-08-31 20:09:16 -07:00 |
|
Dane Springmeyer
|
0d47deb169
|
fix pgraster/postgis logic to skip tests if there is no postgres server running
|
2014-08-13 09:04:54 -07:00 |
|
Sandro Santilli
|
cd21789111
|
Fix false negative responses from python tests
Closes #2298
|
2014-07-14 18:34:20 +02:00 |
|
Dane Springmeyer
|
e300a41dca
|
variables now available as postgis datasource tokens
|
2014-05-13 20:47:22 -07:00 |
|
Dane Springmeyer
|
72fd84f872
|
write test output to tmp
|
2014-04-24 23:54:33 -07:00 |
|
Dane Springmeyer
|
297442b7c6
|
fix postgis tests
|
2014-04-24 22:24:22 -07:00 |
|
Dane Springmeyer
|
83c0db36cb
|
add support for rendering (vs skipping) 3D and 4D postgis geometries like POINTZM, LINESTRINGZM, and POLYGONZM - closes #44
|
2014-04-09 19:40:14 -04:00 |
|
Dane Springmeyer
|
6844863a89
|
Abort pending postgis connections when exception occurs
- patch from @abonnasseau
- closes #2042
- refs #2069
|
2013-11-12 18:38:39 -08:00 |
|
Dane Springmeyer
|
ad979a85a9
|
integrate async test into main postgis tests
|
2013-09-23 15:12:42 -07:00 |
|
Dane Springmeyer
|
983cc3c0ec
|
fix postgis tests after null/empty string change - refs #1859
|
2013-06-02 13:44:58 -07:00 |
|
Dane Springmeyer
|
09fac756a9
|
convert postgis test to run all tests from command line
|
2013-06-02 13:37:29 -07:00 |
|
Dane Springmeyer
|
427308d654
|
postgis test: fix for postgis < 2.x
|
2013-05-22 17:20:17 -07:00 |
|
Dane Springmeyer
|
5083a24f89
|
postgis test: ensure threaded test fails early
|
2013-05-22 17:03:08 -07:00 |
|
Dane Springmeyer
|
46b3bfb547
|
fix test behavior with postgis < 2.x
|
2013-05-22 09:22:47 -07:00 |
|
Dane Springmeyer
|
83eb8f2595
|
fix handling of null values for feature id in sqlite/postgis input - closes #1817
|
2013-04-17 15:34:21 -07:00 |
|
Dane Springmeyer
|
dac0e14068
|
add test for #1816
|
2013-04-17 13:40:48 -07:00 |
|
Dane Springmeyer
|
0a68f66c35
|
fixup postgis null comparision tests
|
2013-04-17 13:40:48 -07:00 |
|
Dane Springmeyer
|
6691267d7a
|
add null and boolean comparison test for postgis - refs #794, #1642, #1644
|
2013-04-11 15:55:30 -07:00 |
|
Sandro Santilli
|
0c5d5ca99c
|
Fix postgresql connection leaks
Return connection to pool on connection error (see #1708)
Fix leaks on persist_connection=false (#1711)
Includes testcase for #1711
|
2013-03-15 10:34:22 +01:00 |
|
Dane Springmeyer
|
aee275a08c
|
fix number handling in csv plugin and add tests for 64bit integer support in sqlite and postgis datasources - refs #1669
|
2012-12-21 19:53:33 -08:00 |
|
Dane Springmeyer
|
a2d82af5c1
|
add postgis threaded stress test (though queries still runs serially)
|
2012-11-28 19:15:29 -08:00 |
|
artemp
|
a513d3f97d
|
+ code: avoid exposing unsafe static methods in datasource_cache ( #1451)
+ python: remove redundent 'instance' method (mapnik.DatasourceCache)
+ python: reflect plugin_directories method
+ tests: update python usage
TODO: consider using similar approach in FontEngine etc..
TODO: consider returning reference from singleton::instance() to
safeguard from accidental deleting a 'singleton' pointer
|
2012-09-05 12:53:37 +01:00 |
|
Dane Springmeyer
|
e07c04ed7b
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2012-08-08 10:19:25 -07:00 |
|
Dane Springmeyer
|
f53549ca65
|
add empty geom test
|
2012-08-08 10:19:16 -07:00 |
|
artemp
|
92eff33433
|
+ update tests to use Python iterator protocol
|
2012-08-08 17:31:30 +01:00 |
|
Dane Springmeyer
|
9888ff0d50
|
remove geometry type tests for postgis that are not longer valid with postgis 2.0
|
2012-06-29 16:52:54 -07:00 |
|
Dane Springmeyer
|
b7f714f7ec
|
postgis: primary key autodetection will now only happen if 'autodetect_key_field' is set to true - maintains current behavior - refs #804
|
2012-04-05 11:05:14 -07:00 |
|
Dane Springmeyer
|
a7e150a593
|
tests: add simple tests for postgis 'bbox' token replacement
|
2012-04-02 19:29:06 -07:00 |
|
Dane Springmeyer
|
d9cb76f7a1
|
postgis: support mixed case table names - closes #1159
|
2012-04-02 19:21:14 -07:00 |
|
Dane Springmeyer
|
10848f9d04
|
postgis: warn in the unlikely case of a numeric primary key
|
2012-04-02 18:13:27 -07:00 |
|
Dane Springmeyer
|
763e84a6e9
|
postgis: add support for auto-detection of primary key field - closes #804 - refs #753
|
2012-04-02 16:20:41 -07:00 |
|
Dane Springmeyer
|
3839dd363f
|
more pep8 for tests
|
2012-02-24 13:15:48 -08:00 |
|
Dane Springmeyer
|
0a37a1591e
|
fixup whitespace with pep8 tricks from https://gist.github.com/1903033
|
2012-02-24 13:13:56 -08:00 |
|
Dane Springmeyer
|
63891cec15
|
finish refactor, moving to separate method off datasources to get_geometry_type and using enums all around
|
2012-01-17 01:09:46 -05:00 |
|
Dane Springmeyer
|
acc0d6e302
|
cleanup python datasource api simplifying access to descriptors
|
2012-01-11 20:03:47 -08:00 |
|
Dane Springmeyer
|
9be619cee4
|
tests: ensure postgis plugin throws if invalid query is made - refs #792
|
2011-12-05 12:11:59 -08:00 |
|
Dane Springmeyer
|
14327b913d
|
tests: postgis tests are optional, so be much less verbose if they cannot be automatically run
|
2011-12-02 12:35:31 -08:00 |
|
Artem Pavlenko
|
14700dba16
|
switch back from mapnik2 to mapnik
add mapnik2 module which redirects to mapnik and issues DeprecationWarning
|
2011-11-23 11:33:58 +00:00 |
|
Dane Springmeyer
|
07178f2864
|
fixup postgis test paths
|
2011-11-20 18:17:51 -08:00 |
|
Dane Springmeyer
|
bf323b09c6
|
add long overdue postgis tests
|
2011-11-20 16:43:47 -08:00 |
|