Ryan Culpepper
|
766790b9e4
|
db: clean up disconnect
|
2012-02-08 22:32:51 -07:00 |
|
Ryan Culpepper
|
f142a1c5f2
|
db: clean up communication, locking
Disconnect on break exn within lock; other break-safety fixes.
|
2012-02-08 22:32:51 -07:00 |
|
Ryan Culpepper
|
f5711c6cc3
|
db: added prepared statement cache
|
2012-02-08 22:32:51 -07:00 |
|
Ryan Culpepper
|
6fe7e65ff0
|
db: clean up common tx code
|
2012-02-08 22:32:51 -07:00 |
|
Ryan Culpepper
|
654ccb277f
|
db: added cursors
|
2012-02-08 22:32:51 -07:00 |
|
Ryan Culpepper
|
618173c97e
|
db: finalize close-on-exec psts within lock
|
2012-02-08 22:32:51 -07:00 |
|
Ryan Culpepper
|
4c817d0f7f
|
db: clean up and reogranize common impl code
|
2012-02-08 22:32:50 -07:00 |
|
Ryan Culpepper
|
dba35c3116
|
db: added nested transactions
|
2012-01-08 23:25:53 -07:00 |
|
Ryan Culpepper
|
d312744aae
|
db: make debugging easier
|
2011-12-13 23:51:31 -07:00 |
|
Ryan Culpepper
|
f38d959b3a
|
db: fix transaction contract bugs, added transaction tests
closes PR 12364
|
2011-11-13 15:11:12 -07:00 |
|
Ryan Culpepper
|
1dade8ee1d
|
db: added support for postgresql arrays
|
2011-10-30 18:51:16 -06:00 |
|
Ryan Culpepper
|
36149b92a7
|
db: added ssl support for mysql connections
|
2011-09-27 19:28:44 -06:00 |
|
Ryan Culpepper
|
a5bda8e0cd
|
db: moved private contracts to db/base, removed useless requires
|
2011-08-31 05:40:24 -06:00 |
|
Ryan Culpepper
|
397702808a
|
db: fixed virtual-statement
Eliminated interface test (shallow) in favor of method test
(correct, recursive). Also made vstmts work with virtual-connections.
|
2011-08-30 12:04:24 -06:00 |
|
Ryan Culpepper
|
94456ad0ec
|
db: moved pg-only code out of interfaces module
|
2011-08-30 12:04:24 -06:00 |
|
Ryan Culpepper
|
92e2d1eb6e
|
db: split off db/util/datetime module
|
2011-08-27 16:31:22 -06:00 |
|
Ryan Culpepper
|
a91e6f6452
|
db: "recordset" -> "rows-result", "rows"
|
2011-08-27 16:31:22 -06:00 |
|
Ryan Culpepper
|
82896bfce2
|
db: added list-tables, table-exists? (except for ODBC, so far)
|
2011-08-25 12:56:42 -06:00 |
|
Ryan Culpepper
|
50f0a32f9e
|
added db library
|
2011-08-25 12:56:42 -06:00 |
|