~/hacks/DBIx-Recordset-0.24 $ diff -u Compat.pm~ Compat.pm
--- Compat.pm~ 2001-07-09 20:58:58.000000000 -0700
+++ Compat.pm 2003-10-12 18:40:18.687500000 -0700
@@ -321,8 +321,13 @@
#### Use the following line for older DBD::Pg versions (< 0.89) which does
# not support the table_info function
# 'ListTables' => \&ListTablesPg, # DBD::Pg
- 'GetSerialPreInsert' => \&PgGetSerial,
+ 'GetSerialPreInsert' => \&PgGetSerial,
+ 'CreateTypes' => # conversion for CreateTables
+ {
+ 'counter' => 'serial',
+ }
},
+
'mSQL' => {
'Placeholders' => 2, # Placeholders supported, but the perl
~/hacks/DBIx-Recordset-0.24 $
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]