Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | adding a couple of missing testcases |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
7fcdba3cdf826c53430df9fcc68c3f88 |
User & Date: | sandro 2017-04-13 10:57:01 |
Context
2017-06-02
| ||
09:58 | fully supporting MapView/SpatialiteGUI check-in: 5275b0c725 user: sandro tags: trunk | |
2017-04-13
| ||
10:57 | adding a couple of missing testcases check-in: 7fcdba3cdf user: sandro tags: trunk | |
10:30 | massive C/SQL API breackage: fully supporting read operations on behalf of Coverages stored within ATTACHED DBs - switching to version 1.1 check-in: addbfca0c2 user: sandro tags: trunk | |
Changes
Added test/sql_stmt_security_tests/writendviascii19.testcase.
> > > > > > > |
1 2 3 4 5 6 7 |
RL2_WriteNdviAsciiGrid - Int DbPrefix :memory: #use in-memory database SELECT RL2_WriteNdviAsciiGrid(1, 'alpha', './test.asc', 1024, 1000000, 0, 3, BuildMbr(1, 1, 10, 10), 1, 1, 4); 1 # rows (not including the header row) 1 # columns RL2_WriteNdviAsciiGrid(1, 'alpha', './test.asc', 1024, 1000000, 0, 3, BuildMbr(1, 1, 10, 10), 1, 1, 4) -1 |
Added test/sql_stmt_security_tests/writesectionndviascii21.testcase.
> > > > > > > |
1 2 3 4 5 6 7 |
RL2_WriteSectionNdviAsciiGrid - Int DbPrefix :memory: #use in-memory database SELECT RL2_WriteSectionNdviAsciiGrid(1, 'alpha', 1, './test.asc', 1024, 1024, 0, 3, BuildMbr(1, 1, 10, 10), 1, 1, 50); 1 # rows (not including the header row) 1 # columns RL2_WriteSectionNdviAsciiGrid(1, 'alpha', 1, './test.asc', 1024, 1024, 0, 3, BuildMbr(1, 1, 10, 10), 1, 1, 50) -1 |