Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

123 check-ins using file src/spatialite/virtualXL.c version 48852afbf7

2018-11-15
14:38
implementing BufferOptions check-in: ecb64fc073 user: sandro tags: trunk
2018-11-11
15:15
implementing DropTable(), RenameTable() and RenameColumn() check-in: e0e1666642 user: sandro tags: trunk
2018-09-15
08:33
enhancing Hausdorff distance and implementing Frechet distance (GEOS 3.7.0) check-in: 5d48794a44 user: sandro tags: trunk
2018-09-06
08:01
implementing SqlProc_ExecuteLoop() and StoredProc_ExecuteLoop() check-in: 1b3d81b00d user: sandro tags: trunk
2018-08-28
11:53
implementing IsCompressedGeometryBlob() check-in: 4c0877c69a user: sandro tags: trunk
2018-08-25
11:28
fixing a bug in ST_Cutter causing crash - double free check-in: 110fb5acca user: sandro tags: trunk
2018-08-18
15:35
fixing an issue when reading oddly formatted HEADER on DBF files check-in: 7e46b54c42 user: sandro tags: trunk
2018-08-17
14:54
fixing small issues check-in: 23b489e5a5 user: sandro tags: trunk
2018-08-11
15:01
suppressing SqlProc_Exit - now replaced by SqlProc_Return accepting a retcode check-in: 1078e49332 user: sandro tags: trunk
2018-07-30
16:17
switching to version 5.0.0-beta0 check-in: 6c7cbe23db user: sandro tags: trunk
2018-07-29
12:45
small fixes check-in: 0f57034f8a user: sandro tags: trunk
2018-07-13
14:04
fixing an error in my previous commit check-in: 3fcf0e0836 user: sandro tags: trunk
13:49
implementing IsInteger(), IdDecimalNumber(), IsNumber(), PostgreSQL_GetLastError(), PostgreSQL_ResetLastError() and PostgreSQL_SetLastError() check-in: 34450e315b user: sandro tags: trunk
2018-07-12
17:43
fixing two bugs: MbrIntesects (and friends) return NULL instead of -1 and atan2(y, x) incorrectly flipping its float arguments check-in: 767691111a user: sandro tags: trunk
15:48
fixing an error on dump_shapefile_ex() - MULTIPOINT on uregistered geometries check-in: ebc0c24aa7 user: sandro tags: trunk
2018-06-19
13:19
fixing a bug in CloneTable with indices based on expressions - extendig GetSpatialIndexExtent to GeoPackage check-in: d56c06c4aa user: sandro tags: trunk
2018-06-10
09:47
implementing the SQL function GetSpatialIndexExtent() check-in: 19c19ee8ae user: sandro tags: trunk
2018-06-05
15:20
fixing the build scripts supporting MSVC check-in: 0cef882bd8 user: sandro tags: trunk
12:03
SqlProc_CookedSQL, SqlProc_Execute and StoredProc_Execute now supportig up to 64 arguments check-in: 59d590947f user: sandro tags: trunk
2018-05-03
14:02
implementing MakeStringList() check-in: 2c82f5d9fc user: sandro tags: trunk
2018-04-24
21:30
fixing the HTML doc for Geodesic Arc functions check-in: 6daf2e413f user: sandro tags: trunk
20:51
implementing GeodesicArcLength() and related testcases check-in: 86eceecdb8 user: sandro tags: trunk
2018-04-18
18:09
final fixes to VirtualRouting check-in: fdc3ea45c4 user: sandro tags: trunk
2018-04-05
15:17
implementing ST_IsValidTrajectory() and ST_TrajectoryInterpolatePoint() check-in: c5191cd19d user: sandro tags: trunk
2018-03-30
18:01
fixing TinyPoint testcases on MSys/MinGW check-in: a225586ee3 user: sandro tags: trunk
2018-03-28
11:54
implementing ST_AsEncodedPolyline() and ST_LineFromEncodedPolyline() check-in: f4249ca317 user: sandro tags: trunk
2018-03-24
13:25
allowing CastToXYZ, CastToXYM and CastToXYZM to support NO-DATA values check-in: f94b7c0705 user: sandro tags: trunk
2018-03-22
12:12
updating the code autogenerated by LEMON and FLEX most recent versions check-in: 79b2ad3b9e user: sandro tags: trunk
2018-03-21
19:00
aligning the internal SRS definitions to the latest version (GDAL 2.2.4) check-in: e209de7717 user: sandro tags: trunk
12:20
fixing GetMbrMinX() and friends so to support BLOB-TinyPoint check-in: 39ae59c5c6 user: sandro tags: trunk
2018-03-19
22:08
implementing TinyPointEncode() and GeometryPointEncode() check-in: 96ea896772 user: sandro tags: trunk
09:48
enabling MakePoint to support the BLOB-TinyPoint encoding check-in: f05c714396 user: sandro tags: trunk
2018-03-18
17:20
switching to version 5.0.0-devel check-in: 2a549958b5 user: sandro tags: trunk
17:00
implementing the BLOB-TinyPoint encoding check-in: 2df1aee4e1 user: sandro tags: trunk
2018-03-15
10:27
implementing CreateRoutingNodes and routing-related testcases check-in: f293e3bddb user: sandro tags: trunk
2018-01-26
17:34
implementing SqlProc_Exit() check-in: 66293b3694 user: sandro tags: trunk
2018-01-14
16:23
fixing GPKG testcase if GEOS not enabled check-in: 6a3d20a64a user: sandro tags: trunk
16:03
implementing ST_AddMeasure() and ST_InterpolatePoint() check-in: 05ec3ccd5c user: sandro tags: trunk
2018-01-10
10:39
fixing serveral bugs related to Topology or Stored Procs - the binary format of BLOB-SQL has changed and now supports SQL payloads as long as INT32 instead of INT16 check-in: 48f0d9139e user: sandro tags: trunk
2018-01-06
11:04
fixing a glitch in the previous commit check-in: ad29415d71 user: sandro tags: trunk
2018-01-05
23:24
fixing testaceses when ICONV, LIBXML2, GEOS etc are disabled check-in: 06660ad1c5 user: sandro tags: trunk
2018-01-04
17:12
fixing demo1.c and demo2.c - fixing testcases when RTTOPO is not supported check-in: 6d0f3a1027 user: sandro tags: trunk
2017-12-31
09:31
initial implementation of CreateRouting() check-in: 21a32f044b user: sandro tags: trunk
2017-11-25
20:14
fixing TopoGeo_PolyFacesList() and TopoNet_LineLinksList() check-in: 45a65fd788 user: sandro tags: trunk
2017-11-20
15:14
adding '::ignore::' and '::cast2multi::' options to ElementaryGeometries() check-in: 23089f1fff user: sandro tags: trunk
2017-11-19
12:20
implementing SqlProc_SetLogfile() and SqlProc_GetLogfile() check-in: 5e8ad3b7c2 user: sandro tags: trunk
2017-11-04
09:28
adding a missing sample required by the check_storec_proc testcase check-in: f1735b7e9d user: sandro tags: trunk
2017-11-01
15:27
adding few testcases missing from the previous commit check-in: 7a0d8de616 user: sandro tags: trunk
15:16
initial implementation of Stored Procedures check-in: fd144c3876 user: sandro tags: trunk
2017-10-22
11:47
fixing Makefiles from the previous commit check-in: 09aaad2659 user: sandro tags: trunk
11:42
implementing ST_ForcePolygonCW(), ST_ForcePolygonCCW(), ST_IsPolygonCW() and ST_IsPolygonCCW() check-in: aa3dd00444 user: sandro tags: trunk
2017-10-16
12:55
fixing the CSV/TXT Reader; supporting anonymous columns check-in: 112be82b5e user: sandro tags: trunk
2017-10-13
16:24
supporting DBF and SHP > 2GB on Windows check-in: da963af241 user: sandro tags: trunk
09:49
supporting DBF and Shapefiles bigger than 2 GB check-in: fcf55677c1 user: sandro tags: trunk
2017-09-25
10:27
implementing ST_TransformXY() - preserving unaffected Z and M values check-in: bfb643dc60 user: sandro tags: trunk
2017-09-20
16:25
implementing InitSpatialMetaDataFull() check-in: 755dfb90cb user: sandro tags: trunk
2017-09-03
16:54
fixing a bug causing crash in VirtualText - badly unmasking double field delimiters check-in: 6fbfb5c2c0 user: sandro tags: trunk
2017-08-24
07:45
small fixes for Windows check-in: 9bfc31916e user: sandro tags: trunk
2017-08-02
11:40
implementing ST_DrapeLine() and ST_DrapeLineExceptions() check-in: 9c6f4ec55a user: sandro tags: trunk
2017-07-19
14:03
implementing TopoGeo_LineEdgesList() and TopoNet_LineLinksList() check-in: 7ea47d5916 user: sandro tags: trunk
2017-06-27
16:41
supporting a charset argument in EncodeURL() and DecodeURL() check-in: 2c1fde5068 user: sandro tags: trunk
2017-06-15
14:04
fixing the build scripts supporting the MSVC compiler check-in: e9a02f619f user: sandro tags: trunk
2017-06-10
07:38
enabling pthreads support on Windows-MinGW check-in: dd51fa9492 user: sandro tags: trunk
2017-06-09
16:33
adjusting for MinGW 6.3.0 compiler on Windows check-in: 2f4499a071 user: sandro tags: trunk
2017-06-02
15:09
fixing a small glitch - CreateVectorCoveragesTables() check-in: 3a54dcfc96 user: sandro tags: trunk
2017-05-30
09:49
closing a ticket about gaiaGetVectorLayersList - unsupported Spatial Views check-in: 8d921a6571 user: sandro tags: trunk
2017-05-14
09:11
definitely fixing GetVactorLayersList check-in: 9edcf92e25 user: sandro tags: trunk
2017-05-13
11:57
fixing a very trivial glitch check-in: f0d40d72cc user: sandro tags: trunk
11:53
implementing a patch from Mark Johnson about GetVectorLayersList and fixing a glitch in Vector Coverages matatables check-in: 6428365e8d user: sandro tags: trunk
2017-04-28
13:43
implementing AsTWKB() and GeomFromTWKB() check-in: 42336ca7ec user: sandro tags: trunk
2017-04-27
11:00
refactoring the VirtualKNN module check-in: af87723316 user: sandro tags: trunk
2017-04-24
09:53
small fix on the previous commit check-in: 6a3c7038ed user: sandro tags: trunk
09:35
fixing VirtualKNN and CountUnsafeTriggers() bugs check-in: 40023cb7fc user: sandro tags: trunk
2017-04-21
16:18
implementing IsLowASCII() - switching to version 4.5.0-devel check-in: 9149f6edcd user: sandro tags: trunk
2017-04-20
21:49
implementing GetShapefileExtent() check-in: fc3c224736 user: sandro tags: trunk
11:38
fully implementing TopoGeo_PolyFacesList() check-in: 714d644d04 user: sandro tags: trunk
2017-04-16
15:37
fixing a bug affecting CountUnsafeTriggers() - ignoring EVAL false positives check-in: de4536f400 user: sandro tags: trunk
14:07
implementing TopoGeo_DisambiguateSegmentEdges() and TopoNet_DisambiguateSegmentLinks() check-in: a02b6faf52 user: sandro tags: trunk
2017-04-12
15:24
syncing with recent librasterlite2 changes check-in: ded8a6262d user: sandro tags: trunk
2017-04-01
08:45
supporting VirtualFDO and VirtualGPKG on ATTACHED DBs check-in: 7f43a1da71 user: sandro tags: trunk
2017-03-09
12:11
making "ROWID INTEGER PRIMARY KEY" to be a legal SpatialIndex condition check-in: a0791b5ae7 user: sandro tags: trunk
2017-02-28
09:26
fixing Vector Coverage meta-tables check-in: 68dc3baf58 user: sandro tags: trunk
2017-02-05
18:17
fixing few small glitches check-in: b849895b72 user: sandro tags: trunk
00:51
Coverages: supporting Copyright and Data License infos check-in: b28067de32 user: sandro tags: trunk
2017-01-28
13:24
implementing SE_RegisterSpatialViewCoverage() and SE_RegisterVirtualShapeCoverage() check-in: c698158e21 user: sandro tags: trunk
2017-01-25
16:41
skeletal implementation of TopoGeo_PolyFacesList() check-in: cfbaf8ecb9 user: sandro tags: trunk
15:40
supporting the new rtt_tpsnap() signature distinguishing between tolerance_snap and tolerance_removal check-in: 060323e7cc user: sandro tags: trunk
11:01
integrating splite and rl2 - common metatables check-in: 7fe95d8d82 user: sandro tags: trunk
2017-01-20
10:05
adding missing testcases check-in: a07498f467 user: sandro tags: trunk
09:51
implementing Circularity(), TopoGeo_NewEdgesSplit() and TopoGeo_ModEdgeSplit() check-in: 9b4abf63bc user: sandro tags: trunk
2017-01-03
17:27
implementing SQL functions supporting WMS check-in: b581155e71 user: sandro tags: trunk
2016-12-10
13:18
fixing a KNN memory leak check-in: e6c0812142 user: sandro tags: trunk
2016-12-09
19:20
refactoring VirtualKNN check-in: 13711614b7 user: sandro tags: trunk
2016-12-05
16:46
fixing several bugs in the WFS loader check-in: 0660fcdeb1 user: sandro tags: trunk
2016-11-29
12:16
enabling ST_SquareGrid, ST_TriangularGrid and ST_HexagonalGrid to return MultiPoint geometries check-in: a5398a4005 user: sandro tags: trunk
2016-11-28
15:58
bufixing: geoJSON parser + others check-in: 3ba48ca531 user: sandro tags: trunk
2016-11-25
09:19
implementing EnsureClosedRings and RemoveRepeatedPoints check-in: 87e6d9c454 user: sandro tags: trunk
2016-11-19
11:19
implementing the getAllEdges topology callback for efficiently loading all Edges from within a Topology check-in: ffcf2c6c75 user: sandro tags: trunk
07:56
fixing SQL function signatures: TopoGeo_SubdivideLines and friends check-in: 63975f675d user: sandro tags: trunk
2016-11-17
14:32
introducing ST_RelateMatch check-in: 6338afb43a user: sandro tags: trunk
2016-11-14
08:41
refactoring many SQL signatures so to make tolerance a really optional arg check-in: a1efd44f1a user: sandro tags: trunk
2016-11-11
13:07
introducing TopoGeo_NewEdgeHeal and TopoGeo_ModEdgeHeal check-in: 509afc642c user: sandro tags: trunk
2016-11-07
10:58
adding testcases for NoFace/Polygonize - RTTOPO 1.1 check-in: b3a91f678f user: sandro tags: trunk
2016-11-04
11:08
supporting RTTOPO 1.1 new API check-in: eaf8c35bda user: sandro tags: trunk
2016-10-17
08:21
initial implementation of VirtualRouting check-in: ec084cb63b user: sandro tags: trunk
2016-08-21
11:41
adjusting ExportSHP() and ExportDBF() check-in: 99c984a036 user: sandro tags: trunk
2016-08-16
11:04
optimizing ST_Cutter - speed enhacement check-in: f7ca134f5a user: sandro tags: trunk
2016-08-15
06:25
fixing a bug in load_shapefile potentially causing a crash on invalid arguments check-in: ddf87db29f user: sandro tags: trunk
2016-08-14
07:06
implementing Sequences check-in: 8cb0058152 user: sandro tags: trunk
2016-07-30
09:42
supporting upper- lowercase DBF column names - ImportDBF / ExportDBF / ImportSHP / ExportSHP check-in: 227fab940a user: sandro tags: trunk
2016-07-29
18:31
supporting upper- lowercase DBF column names - import/export and VirtualTables check-in: ff4b563525 user: sandro tags: trunk
09:25
fixing several miscellaneous bugs check-in: 20b4dd6dac user: sandro tags: trunk
2016-05-09
09:59
fixing ticket aab7451665c2eb5db3dad24ddcd9fed1314a2ee4 - ST_Line_Substring check-in: a25269bd3d user: sandro tags: trunk
2016-05-07
15:40
fixing MSVC own makefiles check-in: f260315e2b user: sandro tags: trunk
08:38
switching to 4.4.0-RC1 check-in: 6355eec6ed user: sandro tags: trunk
07:31
fixing an issue in ST_Cutter(): uncut items were not correctly referencing the corresponding Blade check-in: 29d6454478 user: sandro tags: trunk
2016-05-06
11:39
better arranging testcases depending on the --disable-geopackage configure option check-in: 6a26ce65d6 user: sandro tags: trunk
2016-04-24
09:39
fixing a couple of tickets: gaia_geosaux_error_msg, SHP/DBF containing non unique PK values and supporting silent mode in ImportSHP check-in: f73a4c7295 user: sandro tags: trunk
2016-04-23
12:39
supporting the "ESRI flag": ST_IsValid(), ST_IsValidReason(), ST_IsValidDetail() check-in: 262d70c43c user: sandro tags: trunk
10:33
final fixes to RTTOPO integration check-in: a0ce1ac244 user: sandro tags: trunk
2016-04-20
10:55
adding several RTTOPO testcases check-in: 5b16658a0e user: sandro tags: trunk
10:31
removing LWGEOM support and switching to RTTOPO check-in: 4bc58d34b6 user: sandro tags: trunk
2016-04-17
15:31
supporting MSVC 2015 check-in: 7031382b2b user: sandro tags: trunk