Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
HEAD
/
src
/
hash.h
f62d053
Improvements to the hash table used to store symbols in the schema, so that
by drh
· 5 months ago
hash-improvements
dc88b40
Fix the previous check-in so that it works with virtual tables that add new
by drh
· 3 years, 9 months ago
f6ad201
Fixes for harmless compiler warnings.
by drh
· 6 years ago
19efd0d
Simplifications to the sqlite3_normalized_sql() implementation.
by drh
· 7 years ago
707821f
Enhance the sqlite3_normalize_sql() interface so that it works even if the
by drh
· 7 years ago
43f58d6
Fix various internal #defines to conform to new C-language naming restrictions,
by drh
· 9 years ago
acbcb7e
Simplify the interface to the symbol table, saving 600 bytes of code space.
by drh
· 11 years ago
48864df
Many spelling fixes in comments. No changes to code.
by mistachkin
· 12 years ago
c81c11f
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
by drh
· 16 years ago
e61922a
Remove the aFKey hash table, which was not being used. Simplify the
by drh
· 16 years ago
b824001
Remove an unused function declaration from hash.h. (CVS 6561)
by drh
· 16 years ago
8a1e594
Simplifications to the symbol table implementation in hash.c. For very small
by drh
· 16 years ago
1b67f3c
Simplify the symbol hash table to use only a single key class. Other
by drh
· 17 years ago
7c836f0
Add internal locking to the test_async.c backend. So that more than one connection may be used from within a single process. (CVS 4396)
by danielk1977
· 18 years ago
1743575
Half-way through a major refactoring of the memory allocation.
by drh
· 18 years ago
750b03e
Changes so that test_async.c works with memory management turned on. (CVS 3093)
by danielk1977
· 19 years ago
e8cf2ca
Optimizations in the hash table module. (CVS 1896)
by drh
· 21 years ago
4adee20
Change lots of internal symbols from sqliteXXX to sqlite3XXX so that the
by danielk1977
· 21 years ago
ba21256
Remove unused code and tighten existing code to make the library a little
by drh
· 22 years ago
d99f706
Add optimizations for the IN operator in WHERE clauses. This is a partial
by drh
· 23 years ago
8e0a2f9
Added support for user-defined normal functions. Support for user-defined
by drh
· 23 years ago
1dd397f
The VACUUM command now does a database sanity check. (CVS 364)
by drh
· 23 years ago
ad75e98
Fix the locking protocol. (CVS 280)
by drh
· 24 years ago
beae319
Put in a generic hash table system in place of the various ad-hoc
by drh
· 24 years ago