Changeset 399
- Timestamp:
- 02/24/07 15:46:39 (2 years ago)
- Files:
-
- sources/ddbi.diff (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sources/ddbi.diff
r397 r399 1 Index: dsss.conf1 Index: trunk/dsss.conf 2 2 =================================================================== 3 --- dsss.conf (revision 0)4 +++ dsss.conf (revision 0)3 --- trunk/dsss.conf (revision 0) 4 +++ trunk/dsss.conf (revision 0) 5 5 @@ -0,0 +1,15 @@ 6 6 +name=ddbi … … 19 19 +[dbi/sqlite] 20 20 + 21 Index: dbi/sqlite/imp.d21 Index: trunk/dbi/sqlite/imp.d 22 22 =================================================================== 23 --- dbi/sqlite/imp.d (revision 54)24 +++ dbi/sqlite/imp.d (working copy)23 --- trunk/dbi/sqlite/imp.d (revision 54) 24 +++ trunk/dbi/sqlite/imp.d (working copy) 25 25 @@ -15,15 +15,13 @@ 26 26 … … 43 43 private import std.c.stdarg; 44 44 45 Index: dbi/mysql/imp.d45 Index: trunk/dbi/mysql/imp.d 46 46 =================================================================== 47 --- dbi/mysql/imp.d (revision 54)48 +++ dbi/mysql/imp.d (working copy)47 --- trunk/dbi/mysql/imp.d (revision 54) 48 +++ trunk/dbi/mysql/imp.d (working copy) 49 49 @@ -1,14 +1,12 @@ 50 50 module dbi.mysql.imp; … … 66 66 extern (C): 67 67 68 Index: dbi/pg/imp.d68 Index: trunk/dbi/pg/imp.d 69 69 =================================================================== 70 --- dbi/pg/imp.d (revision 54)71 +++ dbi/pg/imp.d (working copy)70 --- trunk/dbi/pg/imp.d (revision 54) 71 +++ trunk/dbi/pg/imp.d (working copy) 72 72 @@ -16,17 +16,13 @@ 73 73 … … 92 92 version (SSL) { 93 93 private import ssl; 94 Index: dbi/msql/imp.d94 Index: trunk/dbi/msql/imp.d 95 95 =================================================================== 96 --- dbi/msql/imp.d (revision 54)97 +++ dbi/msql/imp.d (working copy)96 --- trunk/dbi/msql/imp.d (revision 54) 97 +++ trunk/dbi/msql/imp.d (working copy) 98 98 @@ -14,15 +14,17 @@ 99 99 */
