blob: 2c429d03ec17b0029a5a3b8df300d72f05570043 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
This is an extension to Class::DBI that currently implements:
* A sequence fix for Oracle databases.
* Automatic column name discovery.
* Automatic primary key detection.
* Sequence name guessing.
* Proper aliasing of reserved words.
Instead of setting Class::DBI as your base class, use this.
WWW: http://search.cpan.org/dist/Class-DBI-Oracle/
|