Ralf Becker
|
dde5837735
|
using own CreateIndex() method in CreateTable(), to deal correctly with size-limited indexes in PostgreSQL
|
2010-09-16 12:11:28 +00:00 |
|
Ralf Becker
|
18c6c0194b
|
CreateIndex: remove length limits from column names, if DB type is NOT MySQL
|
2010-09-16 12:10:39 +00:00 |
|
Ralf Becker
|
4cd9532459
|
allow to limit size of index by appending it in brackets after the column name, eg. "column(32)", which is already supported by ADOdb, by was broken by our fix to always quote names, to allow column names which are reserved words, eg. "timestamp" in phpfreechat
|
2010-09-15 13:29:37 +00:00 |
|