projects
/
dbsrgits/DBIx-Class-Schema-Loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
eb28f95
)
fix Oracle
Rafael Kitover [Sun, 29 May 2011 20:38:50 +0000 (16:38 -0400)]
lib/DBIx/Class/Schema/Loader/DBI/Oracle.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Schema/Loader/DBI/Oracle.pm
b/lib/DBIx/Class/Schema/Loader/DBI/Oracle.pm
index
13d47f7
..
f26ad53
100644
(file)
--- a/
lib/DBIx/Class/Schema/Loader/DBI/Oracle.pm
+++ b/
lib/DBIx/Class/Schema/Loader/DBI/Oracle.pm
@@
-49,7
+49,7
@@
sub _setup {
sub _table_as_sql {
my ($self, $table) = @_;
- return $self->_quote_table_name($table);
+ return $self->_quote($table);
}
sub _tables_list {