Author: hmbrand
Date: Mon May 10 05:53:07 2010
New Revision: 13972
Modified:
dbi/trunk/lib/DBD/File.pm
Log:
tidy
Modified: dbi/trunk/lib/DBD/File.pm
==============================================================================
--- dbi/trunk/lib/DBD/File.pm (original)
+++ dbi/trunk/lib/DBD/File.pm Mon May 10 05:53:07 2010
@@ -283,13 +283,13 @@
my $sth = shift;
$sth->{f_valid_attrs} = {
- f_version => 1, # DBD::File version
- f_dir => 1, # base directory
- f_ext => 1, # file extension
- f_schema => 1, # schema name
- f_tables => 1, # base directory
- f_lock => 1, # Table locking mode
- f_encoding => 1, # Encoding of the file
+ f_version => 1, # DBD::File version
+ f_dir => 1, # base directory
+ f_ext => 1, # file extension
+ f_schema => 1, # schema name
+ f_tables => 1, # base directory
+ f_lock => 1, # Table locking mode
+ f_encoding => 1, # Encoding of the file
};
$sth->{sql_valid_attrs} = {
sql_handler => 1, # Nano or S:S