egroupware/phpgwapi/inc/adodb/datadict
José Luis Gordo Romero 3081b0a05a ORA - Fixed schema creation (indexes, triggers and secuences):
Indexes: The solution of put the index name of the first columnt dont't
work because duplicates, create instead a hash of the large name (PHP 5
>= 5.1.2, PECL hash:1.1-1.5) with an fixed char at beginning (Oracle
objects names can't start with a number)

Secuences & triggers: create a a hash of the large name.
2007-10-18 04:29:16 +00:00
..
datadict-access.inc.php imported adodb 4.65 2005-09-26 10:12:10 +00:00
datadict-db2.inc.php imported adodb 4.65 2005-09-26 10:12:10 +00:00
datadict-firebird.inc.php imported adodb 4.65 2005-09-26 10:12:10 +00:00
datadict-generic.inc.php imported adodb 4.65 2005-09-26 10:12:10 +00:00
datadict-ibase.inc.php imported adodb 4.65 2005-09-26 10:12:10 +00:00
datadict-informix.inc.php imported adodb 4.65 2005-09-26 10:12:10 +00:00
datadict-mssql.inc.php extra code for changing defaults under mssql 2006-04-09 10:53:31 +00:00
datadict-mysql.inc.php imported adodb 4.65 2005-09-26 10:12:10 +00:00
datadict-oci8.inc.php ORA - Fixed schema creation (indexes, triggers and secuences): 2007-10-18 04:29:16 +00:00
datadict-postgres.inc.php explicitly enable casts between text and bytea for transparent use by schema_proc 2007-09-27 22:06:58 +00:00
datadict-sapdb.inc.php imported adodb 4.65 2005-09-26 10:12:10 +00:00
datadict-sybase.inc.php imported adodb 4.65 2005-09-26 10:12:10 +00:00