summaryrefslogtreecommitdiffstats
path: root/system/database
AgeCommit message (Expand)AuthorFilesLines
2012-06-15more loggingMichiel Vugteveen1-1/+1
2012-06-15Fix having()Andrey Andreev1-4/+3
2012-06-15Fix issue #1483Andrey Andreev1-1/+1
2012-06-15Fix issue #1482Andrey Andreev1-1/+1
2012-06-15Fixed ANOTHER DB_Forge bug in the mysql driver. Phil Sturgeon1-1/+1
2012-06-15Somebody double `$$`ed, causing error Phil Sturgeon1-1/+1
2012-06-13Switch compile_binds() to use substr_replace() instead of str_replace()Andrey Andreev1-17/+13
2012-06-13Really fix compile_binds()Andrey Andreev1-9/+35
2012-06-13Fix a syntax errorAndrey Andreev1-1/+1
2012-06-12Additional improvements to compile_binds()Andrey Andreev1-4/+8
2012-06-12Fix issue #1460Andrey Andreev1-1/+1
2012-06-12Fix issue #145Andrey Andreev1-17/+9
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