cakephp2-php8/cake/libs/model/datasources/dbo
phpnut 603ed0e39c Initial start of Unicode support, I may move this handling of this to a unicode class.
Implemented multi-byte methods for:
String::strpos();
String::stripos();
String::strtoupper();
Added test cases for String::utf8() String::ascii() String::strpos() String::stripos() and String::strtoupper()
Corrected file encodings.
Added loading of configurations from cake/config
Added specifc case folding files to cake/config/unicode/casefolding


git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5691 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-09-24 23:49:54 +00:00
..
dbo_adodb.php updating dbo_adodb, fixes #3256 2007-09-15 22:31:24 +00:00
dbo_db2.php Initial start of Unicode support, I may move this handling of this to a unicode class. 2007-09-24 23:49:54 +00:00
dbo_firebird.php firebird dbo fix from #2936 2007-08-24 05:17:59 +00:00
dbo_mssql.php Adding Schema support, updated fixtures, deprecated loadInfo, changed Dbo::describe in all dbos, fixed tests, 2007-08-21 21:46:59 +00:00
dbo_mysql.php Refactoring automatic model creations for HABTM associations 2007-08-29 10:14:14 +00:00
dbo_mysqli.php Adding Schema support, updated fixtures, deprecated loadInfo, changed Dbo::describe in all dbos, fixed tests, 2007-08-21 21:46:59 +00:00
dbo_odbc.php fix for odbc, closes #3145 and closes #3146. changes will be merged to 1.1 shortly 2007-08-28 22:46:57 +00:00
dbo_oracle.php Adding Schema support, updated fixtures, deprecated loadInfo, changed Dbo::describe in all dbos, fixed tests, 2007-08-21 21:46:59 +00:00
dbo_pear.php Refactoring dispatcher. 2007-07-25 04:38:28 +00:00
dbo_postgres.php Fixes Ticket #2999, HABTM save multiple for PostgreSQL 2007-08-29 05:07:16 +00:00
dbo_sqlite.php Initial start of Unicode support, I may move this handling of this to a unicode class. 2007-09-24 23:49:54 +00:00
dbo_sybase.php Initial start of Unicode support, I may move this handling of this to a unicode class. 2007-09-24 23:49:54 +00:00