summaryrefslogtreecommitdiffstats
path: root/system/database
AgeCommit message (Expand)AuthorFilesLines
2012-06-12Added MySQLi backup() supportAndrey Andreev1-2/+117
2012-06-12Change file permissions for system/core/*.php and system/database/DB.php so t...Andrey Andreev1-0/+0
2012-06-12join() with multiple conditions and optional escape parameterAndrey Andreev1-8/+44
2012-06-11Fix an issue introduced in 88cb278a1e52dd7db5b0ebe2037c12f0dd69c0c1Andrey Andreev1-1/+1
2012-06-11Fix issue #1264Andrey Andreev6-13/+84
2012-06-11Fix a join() issueAndrey Andreev1-1/+1
2012-06-11Fix issue #1456Andrey Andreev1-2/+6
2012-06-11Add OFFSET support for SQL Server 2005+ in MSSQL/SQLSRVAndrey Andreev2-4/+46
2012-06-11Remove unused qb_order property + other minor changesAndrey Andreev1-29/+17
2012-06-10Remove a non-existent variable usageAndrey Andreev1-1/+1
2012-06-10Fix _where() with multiple condition custom queryAndrey Andreev2-2/+2
2012-06-10Add BETWEEN to _has_operator()Andrey Andreev1-1/+1
2012-06-10Fix _where() escaping operatorsAndrey Andreev2-10/+8
2012-06-10Fix count_all()Andrey Andreev1-1/+1
2012-06-10Fix issue #1452Andrey Andreev5-17/+42
2012-06-10Merge branch 2.1-stable into developAndrey Andreev2-5/+7
2012-06-08Return $this when values ($key OR $values) is NULLRafael Queiroz1-1/+1
2012-06-08Fix issue #1447Andrey Andreev1-1/+1
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 Andreev14-34/+37
2012-06-08Added MSSQL/SQLSRV field escaping support with QUOTE_IDENTIFIER detection (is...Andrey Andreev3-16/+73
2012-06-08Add a default _from_tables() method to CI_DB_query_builder and remove it from...Andrey Andreev12-157/+23
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 Andreev40-948/+606
2012-06-07Merge upstream branchAndrey Andreev38-871/+581
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 Andreev36-786/+537
2012-06-07Some more minor improvementsAndrey Andreev2-13/+8
2012-06-07Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-sqliteAndrey Andreev3-3/+3
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-07Deprecated do_hash() and read_file() in favor of hash() and file_get_contents...Andrey Andreev1-1/+1
2012-06-06Merge upstream branch and some changes for better readabilityAndrey Andreev36-698/+493
2012-06-04Alter SQLite3's version() method and clear some spacesAndrey Andreev2-2/+2
2012-06-04Fix an SQLite3 pconnect() bug + other minor changesAndrey Andreev3-5/+5
2012-06-04Revert/optimize some changes from 48a2baf0e288accd206f5da5031d29076e130792Andrey Andreev9-25/+25
2012-06-03Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon30-162/+162
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 Bilbie31-167/+167
2012-05-27Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon21-484/+163
2012-05-26Fix issue #862Andrey Andreev2-54/+24
2012-05-26Move count_all() from the drivers to CI_DB_driverAndrey Andreev13-349/+30
2012-05-25Apply fix for issue #136 on PDO+MySQL as wellAndrey Andreev1-3/+3