SQLite Release 3.7.17 On 2013-05-20 (3.7.17)
Application ID for when SQLite is used as an application file-format.
Added the PRAGMA application_id command to query and set the Application ID.
Change the error log code for WAL recover from
SQLITE_OK to SQLITE_NOTICE_RECOVER_WAL.
database filename aliasing as SQLITE_WARNING messages in the error log.
that it is honored in every place that a schema change might force a statement
retry.
when multiple processes are using the same database file at the same time.
still maintaining backwards compatibility) in two ways:
- If the default entry point "sqlite3_extension_init" is not present in
the loadable extension, also try an entry point "sqlite3_X_init" where
"X" is based on the shared library filename. This allows every extension
to have a different entry point, which allows them to be statically linked
with no code changes.
- The shared library filename passed to sqlite3_load_extension() may
omit the filename suffix, and an appropriate architecture-dependent
suffix (".so", ".dylib", or ".dll") will be added automatically.
amatch, closure, fuzzer, ieee754, nextchar, regexp, spellfix,
and wholenumber. See header comments on each extension source file
for further information about what that extension does.
number of terms on the right-hand side of the MATCH operator. A side-effect
of this change is that the MATCH operator can only accommodate 12 NEAR
operators at a time.
to move constraints into the outer loops of a join whenever possible,
thereby reducing the amount of work that needs to occur in inner loops.
filesystems.
in shared cache mode when one
database connection is closed while another is in the middle of a write
transaction.
Ticket e636a050b7
Only consider AS names from the result set as candidates for resolving
identifiers in the WHERE clause if there are no other matches. In the
ORDER BY clause, AS names take priority over any column names.
Ticket 2500cdb9be05
all outer loops are guaranteed to return no more than one row result.
Ticket ba82a4a41eac1.
an IN constraint is used.
Ticket f69b96e3076e.
using the ".quit" command.
with a COLLATE operator, make sure that the sorting occurs
according to the specified collation and that the comparisons associate with
the compound query use the native collation. Ticket
6709574d2a8d8.
a valid pointer to the string "ROWID" for the column-name parameter when
doing an UPDATE that changes the rowid. Ticket
0eb70d77cb05bb2272
contained within an ON clause of a LEFT JOIN. Ticket
f2369304e4
an operation that requires a collating sequence that is missing.
Ticket 0fc59f908b
"2013-05-20 00:56:22 118a3b35693b134d56ebd780123b7fd6f1497668"
Original Post : http://neodreamer-dev.tistory.com/710
No comments :
Post a Comment