SQLite4
Timeline
Not logged in

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

20 most recent timeline items

2013-06-17
20:15
[7d8efac62f] Leaf: Modifications to make the ANALYZE command work (sqlite_stat1 only). (user: dan, tags: trunk)
05:35
[02ec769ae0] Remove the sqlite4_progress_handler interface. Change the documentation of load_extension() to say that it sets the db handle error message and code. (user: dan, tags: trunk)
2013-06-15
19:47
[fd63f9cb75] Add destructors to the sqlite4_trace and sqlite4_profile routines. (user: dan, tags: trunk)
17:45
[6e0b04adb9] Add tests to ensure that the collation_needed destructor is invoked as required. (user: dan, tags: trunk)
2013-06-14
20:03
[577089fa36] Add a destructor function to the collation_needed() API. (user: dan, tags: trunk)
18:28
[cb28262fc8] Have sqlite4_authorizer_push() invoke any destructor passed to it if an error (i.e. a malloc failure) occurs. (user: dan, tags: trunk)
17:16
[bcf7a78f8b] Update create_collation() documentation. Have the create_collation() function invoke the destructor (if one was specified) before returning if it fails. (user: dan, tags: trunk)
2013-06-13
20:20
[7f314c9a71] Remove the encoding argument from sqlite4_create_collation(). Pass sqlite4_value objects to the collation sequence callbacks instead. (user: dan, tags: trunk)
16:32
[e5d82c92f0] Remove the no longer required FuncDestructor object. (user: dan, tags: trunk)
15:24
[f88d080127] Remove the 'encoding' argument from sqlite4_create_function(). (user: dan, tags: trunk)
2013-06-12
19:20
[9678daa99f] Add file selectF.test. (user: dan, tags: trunk)
2013-06-11
17:27
[5cd50e225c] Add a note to www/porting.wiki describing the changes to utf-16 support. (user: dan, tags: trunk)
16:48
[c7c533dddc] Remove legacy API functions: complete16(), errmsg16(), column_name16(), column_database_name16(), column_table_name16(), column_origin_name16(), column_decltype16(), create_function16() and collation_needed16(). (user: dan, tags: trunk)
15:18
[211c1baef7] Add tests and minor fixes for the sqlite4_translate() API. (user: dan, tags: trunk)
2013-06-10
19:52
[f56bc22c9e] Add the sqlite4_translate() API, for translating between utf-8 and utf-16 text encodings. Also the sqlite4_buffer object. (user: dan, tags: trunk)
2013-06-07
19:29
[596c1f3869] Allow collation sequence comparison functions to return errors. (user: dan, tags: trunk)
14:36
[22b6bdf65a] Change the order of the parameters passed to sqlite4_collation_needed() and needed16() to be consistent with other callback APIs. (user: dan, tags: trunk)
14:22
[6833c6df33] Remove the error message output parameter from sqlite4_exec(). (user: dan, tags: trunk)
02:00
[762134b4a8] Replace placeholder sqlite4_num_to_int32. Change API to be analogous sqlite4_num_to_int64. Add tests. (user: peterreid, tags: trunk)
00:51
[8cb787fa4a] Correct comments in header of num test (user: peterreid, tags: trunk)