1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-06 15:49:35 +03:00

Incremental code and comment cleanup in where.c. There is more to be done.

FossilOrigin-Name: 4a5d9550bdc08633535a7869d7748f56ac3e9a36
This commit is contained in:
drh
2009-08-20 13:45:07 +00:00
parent f8d4e8bd3f
commit cdaca55eb1
4 changed files with 92 additions and 61 deletions

View File

@@ -306,7 +306,7 @@
# define double sqlite_int64
# define LONGDOUBLE_TYPE sqlite_int64
# ifndef SQLITE_BIG_DBL
# define SQLITE_BIG_DBL (((sqlite3_int64)1)<<60)
# define SQLITE_BIG_DBL (((sqlite3_int64)1)<<50)
# endif
# define SQLITE_OMIT_DATETIME_FUNCS 1
# define SQLITE_OMIT_TRACE 1