Commit graph

7 commits

Author SHA1 Message Date
Gregory Burd
2529f39db1 Update call to srand48 to match prototype. 2007-10-21 01:31:56 +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
89646d2c84 added a bit more to the smoke test 2007-03-24 23:15: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
4a8fcf6cd1 remove generated files 2007-03-24 05:28:22 +01:00
Gregory Burd
a04d39bc52 Initial import. 2007-03-10 20:04:07 +01:00