Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
20 most recent timeline items
|
2012-05-04
| ||
| 14:19 | [3983e03490] Leaf: s|enablegetstringblob|enableblobtostring|g (user: stephan, tags: trunk) | |
| 14:10 | [6ca7e013f8] added a missing get-string-from-blob block to the mysql5 driver. (user: stephan, tags: trunk) | |
|
2012-04-21
| ||
| 02:37 | [b87a95e07c] Fixed col_get std::string specialization. Gotta stop typing :(. (user: stephan, tags: trunk) | |
|
2012-04-15
| ||
| 12:13 | [46e0b2bf67] cpdopp.cpp build now auto-registeres drivers if the ENABLE macros are set. Started adding skeleton code for a new demo app. (user: stephan, tags: trunk) | |
| 03:54 | [8eed25f9f2] Minor malloc optimizations in the quote() routine of the sqlite3 and mysql5 drivers. (user: stephan, tags: trunk) | |
|
2012-04-14
| ||
| 09:08 | [9724d56ca7] added c++ static init code to register the drivers. (user: stephan, tags: trunk) | |
| 01:09 | [0f20ad6df6] good night (user: stephan, tags: trunk) | |
| 00:32 | [f65e633bdb] tinkering with the s11n layer. (user: stephan, tags: trunk) | |
| 00:10 | [4c2a76d94d] tinkering with the s11n layer. (user: stephan, tags: trunk) | |
|
2012-04-13
| ||
| 23:59 | [12ef447055] Started adding experimental s11n-like layer for mapping C++ types to a db. (user: stephan, tags: trunk) | |
| 22:17 | [aae50ee6f8] minor member renaming for consistency. (user: stephan, tags: trunk) | |
| 16:51 | [6341557c7e] Significant tweaking and cleanup in the string/blob handling for NULL vs zero-length values. Added enablegetstringblob=bool to mysql5 driver to enable the get_string() operation to return BLOB contents as-is (no guarantees about NUL termination, encoding, and whatnot). (user: stephan, tags: trunk) | |
|
2012-04-12
| ||
| 20:06 | [60af8cd1f2] minor internal cleanups. (user: stephan, tags: trunk) | |
| 12:34 | [1bfcf3a038] cpdo::driver::quote() now conforms more closely to C API (required signature change). Touch-ups in the various statement helper APIs. (user: stephan, tags: trunk) | |
| 11:44 | [46735342a9] minor malloc() reduction tweak in mysql driver. Doc additions. (user: stephan, tags: trunk) | |
|
2012-04-10
| ||
| 20:19 | [8db75f552a] s/col_lex/col_to_string/g, doc additions. (user: stephan, tags: trunk) | |
| 19:10 | [d6ac68d76b] replaced a goto with a macro, since it's likely to be less unappetizing to whoever reads that code. (user: stephan, tags: trunk) | |
| 19:05 | [4e305e75e8] removed proj.geany b/c geany stores absolute paths. (user: stephan, tags: trunk) | |
| 19:04 | [6a4ae55921] minor doc additions. Re-enabled the safety net by default b/c the main client code relies on it. (user: stephan, tags: trunk) | |
| 11:23 | [0ba0e8c9ed] Added assignment ctor to stmt_row, removed handle() member. (user: stephan, tags: trunk) | |