mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
af3b17ac34
PR: 54710 Submitted by: mat Approved by: demon (mentor)
12 lines
350 B
Plaintext
12 lines
350 B
Plaintext
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/
|