root


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @123 [123] 03/13/10 10:01:03 larsivi Workaround for forward reference bug, thanks to elgatito
(edit) @122 [122] 03/10/10 16:58:13 larsivi Update for tango 0.99.9
(edit) @121 [121] 09/10/09 22:25:50 dhasenan Enabled test for mysql prepared statements with parameters and return …
(edit) @120 [120] 09/10/09 22:03:29 dhasenan Fix prepared statement retrieval test.
(edit) @119 [119] 09/10/09 14:33:28 dhasenan The default of /tmp/mysqld.sock is not terribly useful. Tests use …
(edit) @118 [118] 09/10/09 14:31:46 dhasenan Added some ignores
(edit) @117 [117] 09/10/09 12:50:57 dhasenan Yet more uint -> size_t changes. I think I got all of them (I did all of …
(edit) @116 [116] 09/10/09 10:18:26 dhasenan Finally got around the segfault issue with parameterized prepared …
(edit) @115 [115] 09/10/09 00:15:34 dhasenan Even more size_t. Still not enough -- the segfault with prepared …
(edit) @114 [114] 09/09/09 14:41:33 dhasenan Fixed non-compiling bit, and output for successful tests.
(edit) @113 [113] 09/09/09 14:35:57 dhasenan A few functions were claiming to use uint when they really use …
(edit) @112 [112] 09/09/09 14:33:58 dhasenan Prettier testing stuff.
(edit) @111 [111] 09/09/09 12:39:18 dhasenan This is a test for the mysql bindings with prepared statements. It's …
(edit) @110 [110] 09/09/09 10:03:41 dhasenan Partial fix for ticket #24: folded in the provided patch. It seems to …
(edit) @109 [109] 09/08/09 18:42:41 dhasenan Fix #34: null out the connection if you failed to connect. I'm not sure if …
(edit) @108 [108] 09/08/09 18:29:42 dhasenan Some more consistent error reporting for MysqlDatabase?, and fixed some …
(edit) @107 [107] 09/08/09 14:39:22 dhasenan When failing to connect to a mysql database, include the reason.
(edit) @106 [106] 09/06/09 16:14:52 dhasenan I'm not comfortable starting on any sort of refactoring without tests. …
(edit) @105 [105] 09/06/09 15:08:40 dhasenan Fix #32: proper exception message / properties when failing to prepare a …
(edit) @104 [104] 09/06/09 15:06:46 dhasenan Fix #31: mysql_stmt_exec returns 0 on success, not on failure
(edit) @103 [103] 09/06/09 15:05:24 dhasenan Fix #28: for MysqlDatabase?, a user might not include all possible features …
(edit) @102 [102] 04/05/09 11:53:26 larsivi Forgot this earlier
(edit) @101 [101] 04/05/09 08:57:04 larsivi * Trying to split out functionality (as presented in the model) in more …
(edit) @100 [100] 11/16/08 17:27:35 larsivi Feature enable/disable/supported functionality.
(edit) @99 [99] 11/15/08 07:47:38 larsivi Support for multi results and multistatements in model and mysql database, …
(edit) @98 [98] 11/15/08 07:45:38 larsivi First implementable special features
(edit) @97 [97] 10/28/08 19:19:02 larsivi Fix module name.
(edit) @96 [96] 10/28/08 19:17:38 larsivi Forgot to delete.
(edit) @95 [95] 10/28/08 19:16:04 larsivi Initial commit for the next phase of DDBI development (I am really sorry …
(edit) @94 [94] 09/19/08 04:10:52 larsivi Some fixes to properly compile, thanks DrkLordSauron?
(edit) @93 [93] 09/15/08 05:15:04 larsivi Tagging 0.3.alpha, as the last revision of the legacy dev branch 0.3-dev
(edit) @92 [92] 09/15/08 05:12:58 larsivi Tagging 0.2.9, as the last revision of the legacy that have lived in trunk
(edit) @91 [91] 05/22/08 01:01:27 aaronc542 Removed code that should never have been here in the first place
(edit) @90 [90] 05/20/08 18:08:33 larsivi Update sqlite backend for recent Tango, it still has other compile errors …
(edit) @89 [89] 05/20/08 18:01:23 larsivi Update mysql backend for recent Tango.
(edit) @88 [88] 05/07/08 15:47:58 larsivi Compile with Tango trunk.
(edit) @87 [87] 05/07/08 07:34:24 larsivi Propsetting svn:eol-style native
(edit) @86 [86] 02/12/08 22:19:52 aaronc542 Added optional allocator delegate (should it be a delegate or function?) …
(edit) @85 [85] 02/11/08 12:13:14 larsivi Fixed my b0rked previous fix, still thanks wuseldusel.
(edit) @84 [84] 02/09/08 06:41:28 larsivi Try to avoid double free in glibc, thanks wuseldusel
(edit) @83 [83] 02/08/08 17:10:01 larsivi Fixed version brace placement. Thanks wuseldusel.
(edit) @82 [82] 01/30/08 16:41:05 aaronc542 Added SqlGenerator? helper methods. Added support for DBIException's to …
(edit) @81 [81] 01/30/08 10:46:52 aaronc542 Fixing problems with building MySQL on Windows and Linux with a most …
(edit) @80 [80] 01/22/08 19:05:32 larsivi Added getLastInsertID override, but there is no implementation for now.
(edit) @79 [79] 01/18/08 13:06:02 larsivi Updated file for Tango 0.99.4
(edit) @78 [78] 12/27/07 18:28:22 stonecobra add new test client program
(edit) @77 [77] 12/27/07 18:28:07 stonecobra more phobos removal
(edit) @76 [76] 12/27/07 18:27:07 stonecobra more phobos removal
(edit) @75 [75] 12/27/07 18:26:19 stonecobra add new test client program
(edit) @74 [74] 12/10/07 16:26:36 aaronc542 Adding first verison of PreparedStatement? API and MySQL implementation. …
(edit) @73 [73] 09/09/07 14:18:59 stonecobra added length() function in Row to return number of columns
(edit) @72 [72] 09/09/07 14:18:34 stonecobra name the lib dbi in dsss
(edit) @71 [71] 09/05/07 18:30:39 stonecobra ref is now a keyword
(edit) @70 [70] 09/05/07 18:16:15 stonecobra big change: consistent license headers, removed version info, added …
(edit) @69 [69] 09/05/07 17:42:54 stonecobra added db registration to sqlite, along with lastinsertid and tango logging
(edit) @68 [68] 09/05/07 17:41:13 stonecobra add lastinsertid method
(edit) @67 [67] 09/02/07 18:27:36 stonecobra ability to do foreach on each column of a row
(edit) @66 [66] 09/02/07 18:25:56 stonecobra added registry and beginning of URL based database access
(edit) @65 [65] 09/02/07 18:24:53 stonecobra added registry and beginning of URL based database access
(edit) @64 [64] 09/02/07 17:59:37 stonecobra added simple dsss.conf
(edit) @63 [63] 08/29/07 10:10:38 stonecobra tango.FileProxy? -> FilePath?, also build bug where filename wasn't .dup'd
(edit) @62 [62] 03/04/07 00:12:10 brad initial commit for 0.3-dev, work being done in mssql dbi (test.d), …
(edit) @61 [61] 03/04/07 00:09:07 brad creating 0.3-dev branch
(edit) @60 [60] 03/04/07 00:06:04 brad 0.2.x now in trunk - when 0.3 is merged to trunk, we will have another …
(edit) @59 [59] 03/04/07 00:04:22 brad merging 0.2-stable branch back to trunk, because it's going to be a while …
(edit) @58 [58] 03/03/07 23:55:18 brad oops
(edit) @57 [57] 03/03/07 23:54:35 brad try again
(edit) @56 [56] 03/03/07 23:54:06 brad oops
(edit) @55 [55] 03/03/07 23:52:59 brad * Moving the 0.2-stable branch back to /trunk, because it's going to be a …
(edit) @54 [54] 02/21/07 21:37:14 brad forgot semicolon - hopefully I'll get smarter at some point…
(edit) @53 [53] 02/21/07 16:31:29 brad compilation help from CyberShadow?, thanks
(edit) @52 [52] 02/02/07 20:53:46 jpelcis Version 0.2.5 has been released.
(edit) @51 [51] 02/02/07 20:21:44 jpelcis * Tango support added. * Tango is now the default standard library. …
(edit) @50 [50] 02/02/07 20:17:06 jpelcis The right 0.2.4
(edit) @49 [49] 02/02/07 20:14:47 jpelcis The right 0.2.4 -r 28
(edit) @48 [48] 02/02/07 20:12:21 jpelcis The wrong version was tagged. This can't be downloaded on Windows
(edit) @47 [47] 01/23/07 11:28:45 brad moving code into 0.2-stable branch, so I can rip trunk apart
(edit) @46 [46] 01/10/07 11:33:54 cryogen - Add type information to pgresult - Fix escape in Statement to now be …
(edit) @45 [45] 01/10/07 11:02:42 brad um, fixing botched [40] attempt at svn:eol-style propset - this should do …
(edit) @44 [44] 01/09/07 21:23:52 brad Preliminary FreeTDS support (MSSQL, Sybase) * Only a few types have been …
(edit) @43 [43] 01/05/07 16:55:19 brad SQLite updates for toCString/toDString
(edit) @42 [42] 01/05/07 16:28:01 brad * [41] ended up with way more updates than I had intended, including * …
(edit) @41 [41] 01/05/07 15:35:54 brad * renamed libddbi.a because my linux box already had libdbi.a - not sure …
(edit) @40 [40] 01/04/07 21:51:44 brad attempt to fix CRLF issues between platforms - may have to remove all …
(edit) @39 [39] 11/15/06 21:11:17 jpelcis --
(edit) @38 [38] 11/15/06 21:11:04 jpelcis --
(edit) @37 [37] 11/15/06 21:10:44 jpelcis --
(edit) @36 [36] 11/15/06 21:10:22 jpelcis --
(edit) @35 [35] 11/15/06 21:09:52 jpelcis --
(edit) @34 [34] 11/15/06 21:09:19 jpelcis --
(edit) @33 [33] 11/15/06 21:05:58 jpelcis --
(edit) @32 [32] 11/09/06 18:41:30 jpelcis Fixed a "no effect in expression" warning.
(edit) @31 [31] 11/01/06 18:47:26 jpelcis * buildme.d now puts non-Windows library names in the proper style. * …
(edit) @30 [30] 10/20/06 20:26:50 jpelcis buildme.d no longer fails on linux after a build error.
(edit) @29 [29] 10/16/06 12:07:47 jpelcis * buildme.d uses bud instead of build. * SQLite import header updated …
(edit) @28 [28] 09/29/06 19:44:07 jpelcis Removed the old files that weren't in CamelCase.
(edit) @27 [27] 09/20/06 14:21:22 jpelcis * Changed DBIException.getSQL to DBIException.getSql. * The file names …
(edit) @26 [26] 07/18/06 17:17:41 jpelcis * D DBI is now compatible with DMD 0.163 * Static import is used, which …
(edit) @25 [25] 07/16/06 19:21:49 jpelcis Removed a cyclic dependency that prevented D DBI from compiling with GDC.
(edit) @24 [24] 07/16/06 18:53:19 jpelcis Second try to add the files before I switch SVN clients.
Note: See TracRevisionLog for help on using the revision log.