summaryrefslogtreecommitdiffstats
path: root/system/database
AgeCommit message (Collapse)AuthorFilesLines
2012-11-13Add seed values support for Query Builder order_byAndrey Andreev20-34/+142
(feature request #1987)
2012-11-13Fix issue #1994Andrey Andreev1-2/+2
2012-11-12Let's follow the style guide...vkeranov1-13/+13
2012-11-12Bring back the AFTER clause for DB Forge add_column()Andrey Andreev15-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-11Fix DBForge index creation on MySQL and CUBRIDAndrey Andreev5-0/+50
2012-11-08Polish docs for HTML, Inflector, Language, Number, Path, Security and Smiley ↵Andrey Andreev1-1/+1
helpers Also fixed a DB_cache bug introduced in previous commit and removed an unused parameter in a smiley helper
2012-11-08Fix #1985Andrey Andreev3-6/+6
2012-11-06Fix a lang key typoAndrey Andreev17-28/+28
2012-11-06Fix #589Andrey Andreev7-6/+98
2012-11-06Add an optional escape parameter to insert() and insert_batch()Andrey Andreev1-6/+8
"Fixes" #1895
2012-11-06Fix an escape_identifiers() bugAndrey Andreev1-1/+1
2012-11-06Added possibility to pass custom database objects to DB Forge and DB UtilitiesAndrey Andreev9-25/+30
Also, their property is no longer public and the utility class no longer extends CI_DB_forge.
2012-11-05Re-fix multiple-column non-primary key indexesAndrey Andreev1-1/+1
2012-11-05Fix Forge add_column() and modify_column()Andrey Andreev1-2/+2
2012-11-05Refactored DB ForgeAndrey Andreev25-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-05Fix DB drivers version() implementations that don't execute a queryAndrey Andreev7-14/+66
Fails if called prior to the DB connection initialization.
2012-11-05Merge pull request #1948 from GDmac/developAlex Bilbie1-1/+1
Fix #1946 dbforge add_key
2012-11-02[ci skip] DocBlocks for DB drivers' driver classesAndrey Andreev26-411/+801
Partially fixes issue #1295.
2012-11-02[ci skip] DocBlocks for DB drivers' result classesAndrey Andreev12-43/+64
Partially fixes issue #1295.
2012-11-02[ci skip] DocBlocks for DB drivers' utility classesAndrey Andreev22-40/+205
Partially fixes issue #1295.
2012-11-02DocBlocks for base DB classesAndrey Andreev7-197/+864
Partially fixes issue #1295.
2012-11-01Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)Andrey Andreev67-67/+134
Also partially fixes issue #1295, fixes inconsistencies in some page-level docblocks and adds include checks in language files.
2012-11-01Remove var_dump() missed in a previous commitAndrey Andreev1-1/+0
2012-11-01Fix an update_string() bugAndrey Andreev2-28/+4
2012-10-31Fix #1946 dbforge add_keyGDmac1-1/+1
add_key not setting multiple-column keys when given array Signed-off-by: GDmac <grdalenoort@gmail.com>
2012-10-27Docblock improvementsAndrey Andreev4-4/+12
2012-10-27Add database schema configuration support (used by PostgreSQL, fix #158)Andrey Andreev4-10/+30
2012-10-26Fix issue #59Andrey Andreev1-1/+3
2012-10-25Merge pull request #1703 from ylynfatt/fix-oracle-out-of-sequence-warningAndrey Andreev1-1/+1
Fix for oci_fetch_assoc(): ORA-01002: fetch out of sequence warning
2012-10-25Add missing delimiter in preg_quote() occurences (fix #1929)Andrey Andreev2-6/+6
2012-10-24An alternative to affected_rows() for insert_batch() and update_batch() (ref ↵Andrey Andreev1-12/+12
#126)
2012-10-24[ci skip] Fix a docblockAndrey Andreev1-1/+1
2012-10-24[ci skip] style and phpdoc-related changes (rel #1295)Andrey Andreev26-62/+147
2012-10-24Fix issue #1925 (order_by() with = FALSE)Andrey Andreev1-1/+1
2012-10-23Fix issue #1917Andrey Andreev4-10/+86
2012-10-23Alter _compile_order_by() to re-fix MSSQL, SQLSRV limit()Andrey Andreev1-4/+6
2012-10-23Fix issues #134, #1911Andrey Andreev1-11/+5
2012-10-22Fix #1913Andrey Andreev1-11/+8
2012-10-22Fix where() & having() escaping/prefixing literal values containing a periodAndrey Andreev1-4/+40
2012-10-22Merge branch 'develop' of github.com:EllisLab/CodeIgniter into ↵Andrey Andreev1-1/+1
feature/db_qb_aliasing
2012-10-13Apparently not all PHP builds consider mysqli::__construct() with no ↵Andrey Andreev1-1/+1
parameters to be the same as mysqli_init()
2012-10-12Merge branch 'develop' of github.com:EllisLab/CodeIgniter into ↵Andrey Andreev6-57/+41
feature/db_qb_aliasing
2012-10-12Fix mysql's db_connect()Andrey Andreev1-2/+3
2012-10-12Set MySQL client compression to FALSE by default (problems reported with ↵Andrey Andreev6-57/+40
it), fix some typos, add encrypted database connections support and fix SQLSRV CharacterSet setting
2012-10-12Really fix order_by()Andrey Andreev1-1/+1
2012-10-12Fix order_by()Andrey Andreev1-1/+1
2012-10-12Fix where_in()Andrey Andreev1-1/+1
2012-10-12Fix where() with literal multiple conditionsAndrey Andreev1-16/+27
2012-10-12Fix having(), group_by()Andrey Andreev1-6/+4
2012-10-12Fix delete() with multiple tables and an erroneous variableAndrey Andreev1-4/+2