From: SourceForge.net <no...@so...> - 2007-04-22 17:26:48
|
Feature Requests item #1705323, was opened at 2007-04-22 19:26 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462819&aid=1705323&group_id=51305 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Steven Van Ingelgem (g00fy) Assigned to: Nobody/Anonymous (nobody) Summary: [wxSQLite3] binding & retrieving id-sequences are confusing Initial Comment: When binding you use a sequence like 1, 2, 3, ... But when you want to retrieve something, the sequence is 0, 1, 2, ... I think it's because of how SQLite works, but maybe it's better to change this behaviour that you both bind and retrieve starting from the same starting point (for example 0, like everything in C). Otherwise it just gets confusing ;) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462819&aid=1705323&group_id=51305 |