View Issue Details

IDProjectCategoryView StatusLast Update
0000591Ecere SDKeda:driver:sqlitepublic2014-07-11 18:33
Reporterjerome Assigned To 
PriorityurgentSeveritymajorReproducibilityhave not tried
Status newResolutionopen 
Target Version0.46 eC II 
Summary0000591: [EDASQLite is] inconsistent with query with and without '?'
Descriptionrow.Next() skips the first entry when no '?' is part of query.
When there is a '?', the first Next() serves to indicate the query parameters are all set.
TagsNo tags attached.

Activities

redj

2012-03-29 08:39

administrator   ~0000569

this was in compiler?!??!

jerome

2012-07-28 02:14

administrator   ~0000622

redj - Right, it's EDA.

This inconsistency stems from the Find() API as well, which has moving options...
After a Find(), a Next() isn't required either.

This is inconsistent when you want to loop through a results set that can be either the whole table or a filtered set of rows.

Issue History

Date Modified Username Field Change
2011-05-24 00:05 jerome New Issue
2012-03-08 16:51 redj Target Version => 0.45 Ginkakuji
2012-03-29 07:50 redj Category => eC Compiling Tools
2012-03-29 07:50 redj Project @2@ => Ecere SDK
2012-03-29 08:39 redj Note Added: 0000569
2012-03-29 08:39 redj Category compiler => eda:driver:sqlite
2012-03-29 08:39 redj Summary EDA(SQLite) is inconsistent with query with and without ? => inconsistent with query with and without ? (EDASQLite is)
2012-04-04 22:44 jerome Summary inconsistent with query with and without ? (EDASQLite is) => [EDASQLite is] inconsistent with query with and without '?'
2012-07-28 02:14 jerome Note Added: 0000622
2014-07-11 18:33 jerome Target Version 0.45 Ginkakuji => 0.46 eC II