projects
/
dbsrgits/DBIx-Class-Historic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
49919c7
)
Jesse's turn to forget the svk add, I do believe
Matt S Trout [Sat, 28 Jul 2007 10:33:01 +0000 (10:33 +0000)]
lib/DBIx/Class/JDBICompat/Handle/SQLite.pm
[new file with mode: 0644]
patch
|
blob
lib/DBIx/Class/JDBICompat/Handle/mysql.pm
[new file with mode: 0644]
patch
|
blob
diff --git a/lib/DBIx/Class/JDBICompat/Handle/SQLite.pm
b/lib/DBIx/Class/JDBICompat/Handle/SQLite.pm
new file mode 100644
(file)
index 0000000..
39ffd11
--- /dev/null
+++ b/
lib/DBIx/Class/JDBICompat/Handle/SQLite.pm
@@ -0,0
+1,8
@@
+use strict;
+use warnings;
+
+package Jifty::DBI::Handle::SQLite;
+
+use base qw/Jifty::DBI::Handle/;
+
+1;
diff --git a/lib/DBIx/Class/JDBICompat/Handle/mysql.pm
b/lib/DBIx/Class/JDBICompat/Handle/mysql.pm
new file mode 100644
(file)
index 0000000..
d40cd55
--- /dev/null
+++ b/
lib/DBIx/Class/JDBICompat/Handle/mysql.pm
@@ -0,0
+1,8
@@
+use strict;
+use warnings;
+
+package Jifty::DBI::Handle::mysql;
+
+use base qw/Jifty::DBI::Handle/;
+
+1;