summaryrefslogtreecommitdiffstats
path: root/system/database/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-06-24Add pdo_dblib subdriverAndrey Andreev3-9/+317
2012-06-24Add pdo_sqlsrv subdriverAndrey Andreev4-32/+334
2012-06-24Add pdo_sqlite subdriverAndrey Andreev2-42/+170
2012-06-24Add pdo_oci subdriverAndrey Andreev2-33/+264
2012-06-24Remove _limit() from the pdo_mysql subdriverAndrey Andreev1-17/+0
2012-06-24Add pdo_mysql subdriverAndrey Andreev3-29/+212
2012-06-23Add pdo_pgsql subdriverAndrey Andreev2-26/+352
2012-06-23Rename pdodriver property to subdriver and make it available to all driversAndrey Andreev2-27/+26
2012-06-18Fix ODBC _limit()Andrey Andreev1-1/+1
2012-06-17Improve escaping, support for table names with spaces and fix where() for str...Andrey Andreev1-2/+2
2012-06-16Added an escape parameter to where_in(), or_where_in(), where_not_in(), or_wh...Andrey Andreev1-4/+1
2012-06-15Fixed ANOTHER DB_Forge bug in the mysql driver. Phil Sturgeon1-1/+1
2012-06-12Added MySQLi backup() supportAndrey Andreev1-2/+117
2012-06-11Fix issue #1264Andrey Andreev4-3/+27
2012-06-11Add OFFSET support for SQL Server 2005+ in MSSQL/SQLSRVAndrey Andreev2-4/+46
2012-06-10Fix _where() with multiple condition custom queryAndrey Andreev1-1/+1
2012-06-10Fix _where() escaping operatorsAndrey Andreev1-5/+4
2012-06-10Fix issue #1452Andrey Andreev4-4/+4
2012-06-08Update OFFSET implementation for SQL Server 2012Andrey Andreev1-6/+3
2012-06-08Add OFFSET support for SQL Server 2012Andrey Andreev1-0/+6
2012-06-08escape_identifiers() to accept arrays as wellAndrey Andreev13-32/+26
2012-06-08Added MSSQL/SQLSRV field escaping support with QUOTE_IDENTIFIER detection (is...Andrey Andreev2-6/+58
2012-06-08Add a default _from_tables() method to CI_DB_query_builder and remove it from...Andrey Andreev11-157/+5
2012-06-08Revert back some escape_identifiers() to proect_identifiers() as the first on...Andrey Andreev12-28/+25
2012-06-08Resolve formatting differences between DB forge driversAndrey Andreev10-222/+209
2012-06-07Merge upstream branchAndrey Andreev33-826/+428
2012-06-07Merge upstream branchAndrey Andreev31-748/+402
2012-06-07Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-mssqlAndrey Andreev1-1/+1
2012-06-07Fix a syntax errorAndrey Andreev1-1/+1
2012-06-07Merge upstream branchAndrey Andreev29-663/+358
2012-06-07Some more minor improvementsAndrey Andreev2-13/+8
2012-06-07Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-sqliteAndrey Andreev2-2/+2
2012-06-07Fix issue #861 (and previous commit, for that matter)Andrey Andreev2-4/+2
2012-06-07Added a work-around for MSSQL/SQLSRV create_table() with INT column types (co...Andrey Andreev2-0/+2
2012-06-06Merge upstream branch and some changes for better readabilityAndrey Andreev29-577/+316
2012-06-04Alter SQLite3's version() method and clear some spacesAndrey Andreev1-1/+1
2012-06-04Fix an SQLite3 pconnect() bug + other minor changesAndrey Andreev3-5/+5
2012-06-04Revert/optimize some changes from 48a2baf0e288accd206f5da5031d29076e130792Andrey Andreev6-14/+14
2012-06-02Fixing final SQLite bug introduced in 48a2baf0e288accd206f5da5031d29076e130792Alex Bilbie1-1/+1
2012-06-02Fix for bug in SQLite introduced in 48a2baf0e288accd206f5da5031d29076e130792Alex Bilbie1-1/+1
2012-06-02Fixing PDO bug introduced in 48a2baf0e288accd206f5da5031d29076e130792Alex Bilbie1-1/+1
2012-06-02Fixed bug in MySQL driver introduced in 48a2baf0e288accd206f5da5031d29076e130792Alex Bilbie1-1/+1
2012-06-02Fixed bug in PostgreSQL introduced in 48a2baf0e288accd206f5da5031d29076e130792Alex Bilbie1-1/+1
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /system/databaseAlex Bilbie24-77/+77
2012-05-26Fix issue #862Andrey Andreev2-54/+24
2012-05-26Move count_all() from the drivers to CI_DB_driverAndrey Andreev12-347/+0
2012-05-25Apply fix for issue #136 on PDO+MySQL as wellAndrey Andreev1-3/+3
2012-05-25Fix issue #136 (MySQL escape_like_str())Andrey Andreev2-4/+8
2012-05-24Added update_batch() support for PostgreSQL (issue #356)Andrey Andreev1-0/+41
2012-05-24Fix issue #319Andrey Andreev1-6/+4