drh
|
193bd777aa
|
Simplify the where.c logic by flipping expression over so that the controlling
variable is always on the left. (CVS 1838)
FossilOrigin-Name: ec8bfa3891dbf0f3172e31cf322974c03f9af59a
|
2004-07-20 18:23:14 +00:00 |
|
drh
|
0bb132bedc
|
Lemon collapses common destructors and reduce actions into a single case. (CVS 1837)
FossilOrigin-Name: 3c5aa850eeec5c75c5200a3707852cc5fc9e780b
|
2004-07-20 14:06:51 +00:00 |
|
drh
|
6d08b4d647
|
Add the '%ifdef' capability to lemon. Other minor changes. (CVS 1836)
FossilOrigin-Name: 522ff721ccc33c4b89072fed4e451f0df82e8140
|
2004-07-20 12:45:22 +00:00 |
|
drh
|
cf55b7aef7
|
Handle quotes on the table name in TABLE.* terms in SELECT statements.
Ticket #680. (CVS 1833)
FossilOrigin-Name: 826b6797a9f08c69b9378cb403d746e91a54dcde
|
2004-07-20 01:45:19 +00:00 |
|
drh
|
6458e39c12
|
Report an error when attempting to open a directory as a database.
Ticket #687. (CVS 1832)
FossilOrigin-Name: 4d77037be34b357d24d18d1e13b5f0df580b83ff
|
2004-07-20 01:14:13 +00:00 |
|
drh
|
78d153eecd
|
Add test for creating indices with quoted names. Ticket #695. (CVS 1831)
FossilOrigin-Name: 7e72c5b7b5e355e41c30d4ef47268e11f4c97425
|
2004-07-20 00:52:44 +00:00 |
|
drh
|
fd1f394af2
|
Comment out all of date/time functions with SQLITE_OMIT_DATETIME_FUNCS.
Ticket #784. (CVS 1828)
FossilOrigin-Name: 4e2ad572ea1800a2da1ea18548415c6fbf396259
|
2004-07-20 00:39:14 +00:00 |
|
drh
|
2c61c070d2
|
Correct handling of views on tables with quoted column names. Ticket #756. (CVS 1826)
FossilOrigin-Name: 8ac5a8ad5eec381585adb6812fc39a1a30aee4c1
|
2004-07-20 00:20:23 +00:00 |
|
drh
|
bab39e1358
|
Refinements to the LIMIT patch (1823) for ticket #749. (CVS 1825)
FossilOrigin-Name: 9d4f43f030438b3e7358032de2e04132b80e04a8
|
2004-07-19 23:38:11 +00:00 |
|
drh
|
ea48eb2eef
|
LIMIT occurs after DISTINCT. Ticket #749. (CVS 1823)
FossilOrigin-Name: e6bc8aa80824a9156e78fc99b5ac7045b97d29c3
|
2004-07-19 23:16:38 +00:00 |
|
dougcurrie
|
88215bdfde
|
more uses of sqlite3.pc (CVS 1822)
FossilOrigin-Name: a0f107ca66f825cc1fd10b15157b22fd9cc0f95c
|
2004-07-19 22:28:43 +00:00 |
|
drh
|
d5b447d9ac
|
The OsFile under Unix records a pointer back to the pager. This is intended
to be used for an externalized locking patch. (CVS 1821)
FossilOrigin-Name: 511ee6392472d250b542961d1f715cc7453598e6
|
2004-07-19 22:08:09 +00:00 |
|
drh
|
8d7e24f1d3
|
Remove debugging code that was accidently left in join4.test. (CVS 1819)
FossilOrigin-Name: e36e59f02eec166ef2c4e0991c97ceb536e3c3f3
|
2004-07-19 19:28:44 +00:00 |
|
drh
|
2ffb11855a
|
Fix for ticket #813. (CVS 1818)
FossilOrigin-Name: 88e4bfa154e33c627ff2abb15cc55a100359d370
|
2004-07-19 19:14:01 +00:00 |
|
drh
|
c275b4ea91
|
Store schema cookies on the TEMP database. Ticket #807. (CVS 1817)
FossilOrigin-Name: c6c13dc460094e6adea2b14849edf9f485238b99
|
2004-07-19 17:25:24 +00:00 |
|
dougcurrie
|
27438cf186
|
use -lsqlite3 in .pc file (CVS 1816)
FossilOrigin-Name: b36e6e4907716e048fb21903e234578596c7333d
|
2004-07-19 04:25:47 +00:00 |
|
dougcurrie
|
12b3444483
|
Use 'sqlite3.pc' instead of 'sqlite.pc' (CVS 1815)
FossilOrigin-Name: 991b6108e7cac3837d39fd9a5adbd72b082a4983
|
2004-07-19 03:24:59 +00:00 |
|
dougcurrie
|
6f137d44e7
|
Use 'sqlite3.pc' instead of 'sqlite.pc' (CVS 1814)
FossilOrigin-Name: 7525a1a9106f492d288676fd8aa00b470db2dc4b
|
2004-07-19 03:23:12 +00:00 |
|
drh
|
8feb4b1d9e
|
Correctly handle joins of more than 32 tables. Ticket #806. (CVS 1812)
FossilOrigin-Name: 880644097004cba1e215a5697d0553b3b98c9884
|
2004-07-19 02:12:14 +00:00 |
|
drh
|
755b6ba9f0
|
A failed ATTACH leaves the database in a consistent state. Ticket #811. (CVS 1811)
FossilOrigin-Name: c22f9feb1bb00d1d54a8a87b557195573463fda9
|
2004-07-19 00:56:23 +00:00 |
|
drh
|
5f6a87b3dd
|
When comparing two expressions do not apply affinity to either operand.
Ticket #805. (CVS 1810)
FossilOrigin-Name: 88a4e400f916d7af088b39a9653d6452b3666577
|
2004-07-19 00:39:45 +00:00 |
|
drh
|
83ca160a33
|
Unsuccessful attempt to reproduce ticket #807. (CVS 1809)
FossilOrigin-Name: d7e9772c74a2b9377f17149cc1baa3b2d0dfbfb8
|
2004-07-18 23:47:53 +00:00 |
|
drh
|
8cd9db004a
|
Use only unsigned characters for upper() and lower(). Ticket #708. (CVS 1808)
FossilOrigin-Name: 2464f79e5ddf65e90ed84ccd793995fc2f713400
|
2004-07-18 23:06:53 +00:00 |
|
drh
|
1020d49a31
|
The %W date specifier in strftime should be measured from the first Monday
of the year. Ticket #758. (CVS 1805)
FossilOrigin-Name: 50b016b00470e6303ede1173d0447d8239563263
|
2004-07-18 22:22:43 +00:00 |
|
drh
|
1af3fdb4dc
|
An improved fix for the min() problem of ticket #800. (CVS 1804)
FossilOrigin-Name: b6e8b7a13cd9f90e2f7d963d9ddbe591571f3a27
|
2004-07-18 21:33:01 +00:00 |
|
drh
|
9eb516c0eb
|
min() ignores NULL values. Ticket #800. (CVS 1802)
FossilOrigin-Name: 166234a2b61e1d6a501e48dde1caec0a02bec90b
|
2004-07-18 20:52:32 +00:00 |
|
drh
|
e29b1a05a7
|
mprintf() correctly handles "%s","". Fix for ticket #812. (CVS 1800)
FossilOrigin-Name: 4f56db1149f65dc2edf6626fa20ae255a5f5280c
|
2004-07-17 21:56:09 +00:00 |
|
drh
|
dd809b087f
|
Use the F_FULLFSYNC fctrl if it is available. Record the name of files
that are opened in the OsFile structure. (CVS 1799)
FossilOrigin-Name: 1d30d0dd46c2bd12ce3f7dc06492f3e27ab6bcee
|
2004-07-17 21:44:57 +00:00 |
|
drh
|
4ebfef14e3
|
Added tests for sqlite3_changes after a DELETE. (CVS 1798)
FossilOrigin-Name: c01f13267f592dc2678e78ea45dadddcdc154f82
|
2004-07-15 20:08:39 +00:00 |
|
drh
|
75f6a032c4
|
Implement the experimental sqlite3_bind_parameter_count() API in support
of DBD::SQLite. Also fix the sqlite3.def export list. (CVS 1797)
FossilOrigin-Name: c44943e6fe0c88830102253591a501dc7d724d2f
|
2004-07-15 14:15:00 +00:00 |
|
drh
|
939a16d622
|
Make SrcList.nSrc a signed quantity to avoid problems in AIX. (CVS 1796)
FossilOrigin-Name: f2bb83cfd7e6b7ff853099897a24346a2991bc57
|
2004-07-15 13:37:22 +00:00 |
|
drh
|
2b735010f5
|
Fix the return type on sqliteStrICmp when the input strings are not
equal. Ticket #804. (CVS 1794)
FossilOrigin-Name: 660b89a0fc031e798ce14f25273468e85e038efa
|
2004-07-15 13:23:21 +00:00 |
|
drh
|
ee4a1872c5
|
Bug fixes in the windows build process within the publish.sh script (CVS 1792)
FossilOrigin-Name: cda795a1d5549231b767114febd9980c9c70d4d2
|
2004-07-01 11:25:35 +00:00 |
|
drh
|
5efb145d6e
|
Version 3.0.2 (Beta) (CVS 1791)
FossilOrigin-Name: 26a559b65835d3da4c853ed87ccdc6bfdf37461c
|
2004-06-30 23:59:00 +00:00 |
|
drh
|
b733c18436
|
Add -DNDEBUG to the default makefile. (CVS 1790)
FossilOrigin-Name: f5ab04dae88c68543a2264a39006a435469bfaa8
|
2004-06-30 23:17:05 +00:00 |
|
drh
|
070aaad8e8
|
Omit the "LL" literal qualifier as it causes problems for some compilers. (CVS 1789)
FossilOrigin-Name: 2010ed8040a0956f57f4ca594973ad93c0551f64
|
2004-06-30 23:04:32 +00:00 |
|
drh
|
49d55ac3f5
|
Add a Credits section to the version3.html document. (CVS 1788)
FossilOrigin-Name: 750ec96172e200f67cbd64659a87a1633edd544e
|
2004-06-30 22:54:06 +00:00 |
|
drh
|
76d7f8b385
|
Do not use "new" as a variable name - some compilers think it is a keyword. (CVS 1787)
FossilOrigin-Name: 8a6e4ea79e5f4333fbc767832d5e55c77da204e1
|
2004-06-30 22:43:21 +00:00 |
|
drh
|
7acde5a33b
|
Up the version number to 3.0.2 and make changes to the website in
preparation for the first beta release. (CVS 1786)
FossilOrigin-Name: 0b73b7a074896f45573e612992d08a22124fc485
|
2004-06-30 22:35:06 +00:00 |
|
drh
|
93d648d4b4
|
Specify ASCII versions of Win32 API functions. (CVS 1785)
FossilOrigin-Name: 48b31540db5f0212a7e37e4833b760615afe13a3
|
2004-06-30 14:28:59 +00:00 |
|
danielk1977
|
7dca81b84c
|
Fix a typo in capi3.tcl. (CVS 1784)
FossilOrigin-Name: 982389b25d26201116fdfd390aa4b9964b5adf69
|
2004-06-30 13:28:32 +00:00 |
|
danielk1977
|
25b3363d2c
|
Have the debug version of sqliteRealloc() return partially uninitialised
memory in the same way as the non-debug version can. (CVS 1783)
FossilOrigin-Name: e78b0ff30fb630bc9835a7545525eea64924bafc
|
2004-06-30 12:49:46 +00:00 |
|
danielk1977
|
5b59af85c7
|
Fix a memory allocation problem in os_test.c (CVS 1782)
FossilOrigin-Name: ed511c2ea9581933ca504ce4b43d863503c6cc22
|
2004-06-30 12:42:59 +00:00 |
|
danielk1977
|
13073931a3
|
Coverage improvements for malloc and vdbemem.c (CVS 1781)
FossilOrigin-Name: a98dd004c4d328eb44a71fecdbf8c5ab416dc524
|
2004-06-30 11:54:06 +00:00 |
|
drh
|
376deb182a
|
Add the crashtest target to Makefile.in. Add LL suffix to long long constants
in the vdbe. Comment changes to vdbeaux.c. (CVS 1780)
FossilOrigin-Name: 42553001954356c942b874e95277efe235ef7692
|
2004-06-30 11:41:55 +00:00 |
|
drh
|
3ea64406fc
|
Skip bigfile.test on Mac OS X. Darwin does not handle large sparse files
efficiently and so this test takes a really long time. (CVS 1779)
FossilOrigin-Name: a3c38a6d286ab37a9cdcc8b2243ea3258cc61ff0
|
2004-06-30 11:28:13 +00:00 |
|
drh
|
91b48aa1af
|
When a statement causes a ROLLBACK due to an ON CONFLICT clause, other active
VMs abort. (CVS 1778)
FossilOrigin-Name: 0fedf74e30026afe2c8caacff3d62cf5c1b1f528
|
2004-06-30 11:14:18 +00:00 |
|
danielk1977
|
05056307fd
|
Make sure vacuum.test closes all files. (CVS 1777)
FossilOrigin-Name: 4077f9a30b0c30a8749a596031aa4f7adc3a4891
|
2004-06-30 10:54:29 +00:00 |
|
danielk1977
|
96fb0dd55a
|
Coverage tests for vacuum.c (CVS 1776)
FossilOrigin-Name: 152e9940b919a53fcd0da4091dbf75ab8ef15b38
|
2004-06-30 09:49:22 +00:00 |
|
danielk1977
|
bc6ada4103
|
Fixes for compiler warnings. Also more coverage. (CVS 1775)
FossilOrigin-Name: fa19c77bf045787faa4cdc40bcfbd9eeae8594ae
|
2004-06-30 08:20:16 +00:00 |
|