Commit graph

5 commits

Author SHA1 Message Date
Gregory Burd
598977fa88 Update license to GPL version 3. 2007-10-21 02:57:28 +01:00
Gregory Burd
d55ee94646 Update flags for in-memory databases to DB 4.6 API 2007-10-21 01:29:45 +01:00
Gregory Burd
ed5cf2a8d3 Allocate SQL functions on heap, not end of struct.
Allocating the functions hash_t struct as an extension to the dbsql_db_t struct
was foolish.  Allocate it on the heap, remember to free it when we close the
database.
2007-10-21 01:24:20 +01:00
Gregory Burd
f1037cdd9a fixed portability to mac os/x 10.4.9
There was no need to maintain random number generation state within the DBSQL
structure, that is removed and now static within the two functions requiring
random number generation.  The placement of the function hash table in the
memory allocated for DBSQL was wrong, that is now fixed.
2007-03-24 22:59:14 +01:00
Gregory Burd
a04d39bc52 Initial import. 2007-03-10 20:04:07 +01:00