summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/pdo/subdrivers
AgeCommit message (Collapse)AuthorFilesLines
2012-11-06Fix a lang key typoAndrey Andreev2-2/+2
2012-11-06Fix #589Andrey Andreev3-1/+47
2012-11-06Added possibility to pass custom database objects to DB Forge and DB UtilitiesAndrey Andreev3-6/+9
Also, their property is no longer public and the utility class no longer extends CI_DB_forge.
2012-11-05Refactored DB ForgeAndrey Andreev12-0/+1997
- 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-02[ci skip] DocBlocks for DB drivers' driver classesAndrey Andreev12-167/+330
Partially fixes issue #1295.
2012-11-01Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)Andrey Andreev12-12/+24
Also partially fixes issue #1295, fixes inconsistencies in some page-level docblocks and adds include checks in language files.
2012-10-27Docblock improvementsAndrey Andreev2-2/+6
2012-10-27Add database schema configuration support (used by PostgreSQL, fix #158)Andrey Andreev2-4/+14
2012-10-23Fix issue #1917Andrey Andreev2-6/+44
2012-10-12Merge branch 'develop' of github.com:EllisLab/CodeIgniter into ↵Andrey Andreev2-2/+9
feature/db_qb_aliasing
2012-10-12Set MySQL client compression to FALSE by default (problems reported with ↵Andrey Andreev2-2/+9
it), fix some typos, add encrypted database connections support and fix SQLSRV CharacterSet setting
2012-10-12Merge changes from developAndrey Andreev11-155/+42
2012-10-11Fix issue #1875Andrey Andreev2-2/+2
2012-10-09Really fix that FROM group conditionAndrey Andreev2-2/+2
2012-10-09Alter fix for issue #1257Andrey Andreev2-0/+40
2012-10-06Fix issue #1257Andrey Andreev9-144/+0
2012-10-04Fix issue #1789Andrey Andreev3-9/+0
Signed-off-by: Andrey Andreev <narf@bofh.bg>
2012-07-19Implement _compile_order_by()Andrey Andreev2-6/+6
2012-07-19Remove _limit()'s extra parameters and qb_limit, qb_offset unneeded ↵Andrey Andreev8-47/+31
typecasts + add _compile_group_by() method
2012-07-18Merge where() and having() logic - it's structurally identical and only the ↵Andrey Andreev5-13/+15
keyword differs
2012-07-18Remove dependancies on qb_like and remove unneeded parameters from ↵Andrey Andreev11-277/+93
_delete(), _like(), _update(), _update_batch()
2012-07-05Replace localhost with 127.0.0.1 and remove the PDO::ERRMODE_SILENT option - ↵Andrey Andreev9-9/+9
it's the default anyway
2012-07-02Fix pdo_dblib and pdo_sqlsrv db_connect() and suppress warning messages for ↵Andrey Andreev2-10/+10
subdrivers that don't support certain option attributes
2012-06-28Fix Oracle limit() for pdo_ociAndrey Andreev1-2/+2
2012-06-25Fix an erroneous property nameAndrey Andreev1-1/+1
2012-06-25Fix pdo_mysql db_connect() with empty char_setAndrey Andreev1-1/+1
2012-06-25Fix pdo_pgsql _limit()Andrey Andreev1-1/+1
2012-06-25Some fixesAndrey Andreev2-2/+2
2012-06-25Add a default _truncate() method to PDOAndrey Andreev7-90/+36
2012-06-25pdo_odbc DSNAndrey Andreev1-12/+41
2012-06-25Add pdo_odbc subdriverAndrey Andreev4-33/+272
2012-06-25Add pdo_ibm subdriverAndrey Andreev1-0/+280
2012-06-25Add pdo_informix subdriverAndrey Andreev2-1/+274
2012-06-25Add pdo_4d subdriverAndrey Andreev4-3/+242
2012-06-25Add pdo_cubrid subdriverAndrey Andreev1-0/+171
2012-06-25Add system/database/drivers/pdo/subdrivers/index.htmlAndrey Andreev1-0/+10
2012-06-25Add pdo_firebird subdriverAndrey Andreev3-1/+267
2012-06-24Add pdo_dblib subdriverAndrey Andreev2-0/+305
2012-06-24Add pdo_sqlsrv subdriverAndrey Andreev3-18/+320
2012-06-24Add pdo_sqlite subdriverAndrey Andreev1-0/+167
2012-06-24Add pdo_oci subdriverAndrey Andreev1-0/+248
2012-06-24Remove _limit() from the pdo_mysql subdriverAndrey Andreev1-17/+0
2012-06-24Add pdo_mysql subdriverAndrey Andreev2-1/+206
2012-06-23Add pdo_pgsql subdriverAndrey Andreev1-0/+341