SQLite

All files named ”test/types.test”
Login

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

History for test/types.test

2010-08-30
15:02
[bf816ce73c] part of check-in [0900e35348] Remove the sqlite3BtreeFactory() wrapper routine. All modules now call sqlite3BtreeOpen() directly. (check-in: [0900e35348] user: drh branch: trunk, size: 8761)
2009-06-29
06:00
[9a825ec8ee] part of check-in [f17ef37897] Cause incremental-blob read/write operations lock shared-cache tables in the same way as normal SQL read/writes. Add complex assert statements to make sure tehe correct shared-cache locks are held when accessing the database. Eliminate some redundant checks from btree.c. (CVS 6830) (check-in: [f17ef37897] user: danielk1977 branch: trunk, size: 8763)
2006-06-27
12:51
[98e7a631bd] part of check-in [8a49311d2f] All tests pass even if compiled with -DSQLITE_DEFAULT_FILE_FORMAT=1. (CVS 3308) (check-in: [8a49311d2f] user: drh branch: trunk, size: 8725)
2006-01-06
22:11
[a74083427a] part of check-in [22bf1a2ffa] Fix bugs in test scripts that came of of sse testing. (CVS 2879) (check-in: [22bf1a2ffa] user: drh branch: trunk, size: 8343)
2005-12-29
19:23
[effd31af13] part of check-in [ae301db8a6] Add serial-types 8 and 9 for integer constants of 0 and 1 that use zero bytes of storage. Make the default file format 4. Add the SQLITE_DEFAULT_FILE_FORMAT compile-time option to lower the default file format number so that newly created databases can be read and written by older versions of SQLite. (CVS 2845) (check-in: [ae301db8a6] user: drh branch: trunk, size: 8312)
2005-11-14
22:29
[77b9cfe18d] part of check-in [ce06c123d0] Create separate affinities for INTEGER and REAL. (CVS 2766) (check-in: [ce06c123d0] user: drh branch: trunk, size: 8312)
2005-11-01
15:48
[b5e5590d45] part of check-in [e0d6f61c7d] Omit the SQLITE_AFF_INTEGER type affinity. All numeric values are now of type real, though an integer representation is still sometimes used internally for efficiency. (CVS 2753) (check-in: [e0d6f61c7d] user: drh branch: trunk, size: 8310)
2004-11-14
21:56
[f0a98d10c5] part of check-in [98c7a55478] The SQLITE_OMIT_UTF16 macro now removes lots of code and all tests still pass. (CVS 2100) (check-in: [98c7a55478] user: drh branch: trunk, size: 8229)
2004-11-03
16:27
[9fa078d90a] part of check-in [b11fc9b3f3] Update tests to work even if some features of the library are disabled. (CVS 2050) (check-in: [b11fc9b3f3] user: drh branch: trunk, size: 8200)
13:59
[ccb0a43585] part of check-in [a82980fd70] More work on optionally removing unused features at compile-time. (CVS 2049) (check-in: [a82980fd70] user: drh branch: trunk, size: 8209)
2004-08-20
18:34
[1f5f0670cf] part of check-in [e97c331362] Tcl interface transfers values directly between SQLite and Tcl_Objs, without at translation to strings. (CVS 1898) (check-in: [e97c331362] user: drh branch: trunk, size: 8160)
2004-07-22
15:02
[db5483a8dc] part of check-in [b0a3becd82] Fix bugs associated with the codec. (CVS 1846) (check-in: [b0a3becd82] user: drh branch: trunk, size: 8158)
2004-06-30
03:08
[fdf7920c9d] part of check-in [0c999f2813] Improved test coverage of func.c and hash.c. (CVS 1772) (check-in: [0c999f2813] user: drh branch: trunk, size: 8047)
02:35
[41aa7ad65b] part of check-in [6c5c11e07e] Minor fixes for UTF-16 databases. (CVS 1770) (check-in: [6c5c11e07e] user: danielk1977 branch: trunk, size: 8013)
2004-05-27
19:59
[6c49e57497] part of check-in [0c4d138807] Change the record format to include an extra varint at the beginning to record the number of bytes in the header. (CVS 1478) (check-in: [0c4d138807] user: drh branch: trunk, size: 7745)
2004-05-24
12:55
[8fa51489d4] part of check-in [162cf42e33] Update the typeof() operator to respect manifest types. (CVS 1450) (check-in: [162cf42e33] user: danielk1977 branch: trunk, size: 7748)
2004-05-20
12:41
[e1e0d71c8e] part of check-in [8411718f0a] Fix problems with types and the recognition of BLOB as having no affinity. (CVS 1418) (check-in: [8411718f0a] user: drh branch: trunk, size: 7752)
2004-05-18
10:06
[a16dad25e2] part of check-in [ad4a964158] Fix many problems with manifest types and column affinity. Most things are working now. (CVS 1393) (check-in: [ad4a964158] user: danielk1977 branch: trunk, size: 7775)
2004-05-16
22:55
[5d877a84e1] part of check-in [9321e74263] Fix a bug meant real numbers with a negative sign were being stored as strings by default (instead of IEEE floats). (CVS 1388) (check-in: [9321e74263] user: danielk1977 branch: trunk, size: 7780)
11:15
[d30ee85040] part of check-in [a4af838f8d] More changes to support the manifest type model. A few things are currently broken. (CVS 1385) (check-in: [a4af838f8d] user: danielk1977 branch: trunk, size: 7692)
2004-05-12
11:24
Added: [53e3d97c33] part of check-in [2f16c9ef3c] Add some more code to support manifest typing in indices. Not activated yet. (CVS 1362) (check-in: [2f16c9ef3c] user: danielk1977 branch: trunk, size: 5019)