Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-20 | Merge pull request #2009 from Eco91/patch-2 | Andrey Andreev | 1 | -1/+1 | |
SQLSRV - Connection error if database name contains space-characters | |||||
2012-11-19 | Update system/database/drivers/sqlsrv/sqlsrv_driver.php | Eco91 | 1 | -1/+1 | |
2012-11-19 | DB forge to use single quotes for ENUM/SET string delimiters | Andrey Andreev | 1 | -1/+1 | |
2012-11-19 | Update system/database/drivers/sqlsrv/sqlsrv_driver.php | Eco91 | 1 | -1/+1 | |
Connection error if database name contains space-characters. Use of MSSQL brackets => 'USE [Database Name]' instead of 'USE Database Name' | |||||
2012-11-19 | Add db_set_charset() support for the mssql driver | Andrey Andreev | 1 | -0/+13 | |
2012-11-19 | PDO was not escaping strings for SET as array | Phil Sturgeon | 1 | -1/+1 | |
2012-11-17 | Fix issues #751 and #2004 | Andrey Andreev | 1 | -3/+2 | |
2012-11-17 | Improve DB field_data() for IBM Informix and IBM DB2 (PDO) | Andrey Andreev | 2 | -19/+84 | |
2012-11-16 | Improve DB field_data() for PostgreSQL | Andrey Andreev | 7 | -26/+74 | |
2012-11-16 | Improve DB field_data() for Oracle (and fix its max_length for MSSQL / SQLSRV) | Andrey Andreev | 6 | -26/+142 | |
2012-11-16 | Improve DB field_data() for SQLite | Andrey Andreev | 5 | -26/+108 | |
2012-11-16 | Improve DB field_data() for Interbase / Firebird | Andrey Andreev | 3 | -17/+72 | |
2012-11-16 | Improve DB field_data() for MSSQL / SQL Server | Andrey Andreev | 6 | -32/+148 | |
2012-11-16 | Improve DB field_data() for MySQL and CUBRID | Andrey Andreev | 9 | -88/+130 | |
2012-11-14 | Changes per narfbg | Brian Gottier | 1 | -2/+2 | |
2012-11-14 | Better debugging for DB Cache path | Brian Gottier | 1 | -1/+11 | |
2012-11-13 | Fix PostgreSQL WHERE with boolean values | Andrey Andreev | 3 | -1/+36 | |
2012-11-13 | Fix some DB_cache-related issues | Andrey Andreev | 2 | -2/+2 | |
http://codeigniter.com/forums/viewthread/229610/ | |||||
2012-11-13 | Add seed values support for Query Builder order_by | Andrey Andreev | 20 | -34/+142 | |
(feature request #1987) | |||||
2012-11-13 | Fix issue #1994 | Andrey Andreev | 1 | -2/+2 | |
2012-11-12 | Let's follow the style guide... | vkeranov | 1 | -13/+13 | |
2012-11-12 | Bring back the AFTER clause for DB Forge add_column() | Andrey Andreev | 15 | -15/+108 | |
(it was temporarily removed due to multiple inconsistencies with other drivers) This commit also fixes issue #1988. Also added support for the FIRST clause (again, MySQL and CUBRID only). | |||||
2012-11-11 | Fix DBForge index creation on MySQL and CUBRID | Andrey Andreev | 5 | -0/+50 | |
2012-11-08 | Polish docs for HTML, Inflector, Language, Number, Path, Security and Smiley ↵ | Andrey Andreev | 1 | -1/+1 | |
helpers Also fixed a DB_cache bug introduced in previous commit and removed an unused parameter in a smiley helper | |||||
2012-11-08 | Fix #1985 | Andrey Andreev | 3 | -6/+6 | |
2012-11-06 | Fix a lang key typo | Andrey Andreev | 17 | -28/+28 | |
2012-11-06 | Fix #589 | Andrey Andreev | 7 | -6/+98 | |
2012-11-06 | Add an optional escape parameter to insert() and insert_batch() | Andrey Andreev | 1 | -6/+8 | |
"Fixes" #1895 | |||||
2012-11-06 | Fix an escape_identifiers() bug | Andrey Andreev | 1 | -1/+1 | |
2012-11-06 | Added possibility to pass custom database objects to DB Forge and DB Utilities | Andrey Andreev | 9 | -25/+30 | |
Also, their property is no longer public and the utility class no longer extends CI_DB_forge. | |||||
2012-11-05 | Re-fix multiple-column non-primary key indexes | Andrey Andreev | 1 | -1/+1 | |
2012-11-05 | Fix Forge add_column() and modify_column() | Andrey Andreev | 1 | -2/+2 | |
2012-11-05 | Refactored DB Forge | Andrey Andreev | 25 | -1369/+3437 | |
- PDO subdrivers are isolated from each other now. - Added compatibility for pretty much all of the features, for every DB platform. - Unified the way that stuff works in general. - Fixes issue #1005. | |||||
2012-11-05 | Fix DB drivers version() implementations that don't execute a query | Andrey Andreev | 7 | -14/+66 | |
Fails if called prior to the DB connection initialization. | |||||
2012-11-05 | Merge pull request #1948 from GDmac/develop | Alex Bilbie | 1 | -1/+1 | |
Fix #1946 dbforge add_key | |||||
2012-11-02 | [ci skip] DocBlocks for DB drivers' driver classes | Andrey Andreev | 26 | -411/+801 | |
Partially fixes issue #1295. | |||||
2012-11-02 | [ci skip] DocBlocks for DB drivers' result classes | Andrey Andreev | 12 | -43/+64 | |
Partially fixes issue #1295. | |||||
2012-11-02 | [ci skip] DocBlocks for DB drivers' utility classes | Andrey Andreev | 22 | -40/+205 | |
Partially fixes issue #1295. | |||||
2012-11-02 | DocBlocks for base DB classes | Andrey Andreev | 7 | -197/+864 | |
Partially fixes issue #1295. | |||||
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 67 | -67/+134 | |
Also partially fixes issue #1295, fixes inconsistencies in some page-level docblocks and adds include checks in language files. | |||||
2012-11-01 | Remove var_dump() missed in a previous commit | Andrey Andreev | 1 | -1/+0 | |
2012-11-01 | Fix an update_string() bug | Andrey Andreev | 2 | -28/+4 | |
2012-10-31 | Fix #1946 dbforge add_key | GDmac | 1 | -1/+1 | |
add_key not setting multiple-column keys when given array Signed-off-by: GDmac <grdalenoort@gmail.com> | |||||
2012-10-27 | Docblock improvements | Andrey Andreev | 4 | -4/+12 | |
2012-10-27 | Add database schema configuration support (used by PostgreSQL, fix #158) | Andrey Andreev | 4 | -10/+30 | |
2012-10-26 | Fix issue #59 | Andrey Andreev | 1 | -1/+3 | |
2012-10-25 | Merge pull request #1703 from ylynfatt/fix-oracle-out-of-sequence-warning | Andrey Andreev | 1 | -1/+1 | |
Fix for oci_fetch_assoc(): ORA-01002: fetch out of sequence warning | |||||
2012-10-25 | Add missing delimiter in preg_quote() occurences (fix #1929) | Andrey Andreev | 2 | -6/+6 | |
2012-10-24 | An alternative to affected_rows() for insert_batch() and update_batch() (ref ↵ | Andrey Andreev | 1 | -12/+12 | |
#126) | |||||
2012-10-24 | [ci skip] Fix a docblock | Andrey Andreev | 1 | -1/+1 | |