Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Report the fix of the sqlite3_trace_v2() output for nested SQL. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
a4325750987ee2689defc305080751c8 |
User & Date: | drh 2017-03-20 15:36:22.474 |
Context
2017-03-23
| ||
23:45 | Add documentation for the json_patch() SQL function. (check-in: 3c4519094f user: drh tags: trunk) | |
2017-03-20
| ||
15:36 | Report the fix of the sqlite3_trace_v2() output for nested SQL. (check-in: a432575098 user: drh tags: trunk) | |
14:42 | Improved documentation for automatic analyze using PRAGMA optimize. (check-in: 1bbfd06810 user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
49 50 51 52 53 54 55 56 57 58 59 60 61 62 | <p><b>Bug Fixes:</b> <li>Ensure that indexed expressions with collating sequences are handled correctly. Fix for ticket [https://www.sqlite.org/src/info/eb703ba7b50c1a5|eb703ba7b50c1a5]. <li>Fix a bug in the 'start of ...' modifiers for the [date and time functions]. Ticket [https://www.sqlite.org/src/info/6097cb92745327a1|6097cb92745327a1] <li>In the [RBU extension], add extra sync operations to avoid the possibility of corruption following a power failure. } chng {2017-02-13 (3.17.0)} { <li>Approximately 25% better performance from the [R-Tree extension]. <ul> <li> Uses compiler built-ins (ex: __builtin_bswap32() or _byteswap_ulong()) for byteswapping when available. | > > | 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 | <p><b>Bug Fixes:</b> <li>Ensure that indexed expressions with collating sequences are handled correctly. Fix for ticket [https://www.sqlite.org/src/info/eb703ba7b50c1a5|eb703ba7b50c1a5]. <li>Fix a bug in the 'start of ...' modifiers for the [date and time functions]. Ticket [https://www.sqlite.org/src/info/6097cb92745327a1|6097cb92745327a1] <li>In the [RBU extension], add extra sync operations to avoid the possibility of corruption following a power failure. <li>The [sqlite3_trace_v2()] output for nested SQL statements should always begin with a "--" comment marker. } chng {2017-02-13 (3.17.0)} { <li>Approximately 25% better performance from the [R-Tree extension]. <ul> <li> Uses compiler built-ins (ex: __builtin_bswap32() or _byteswap_ulong()) for byteswapping when available. |
︙ | ︙ |