Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-07-04 | fix SQlite3 list_fields | ftwbzhao | 1 | -1/+1 | |
2015-07-02 | Apply PR #3940 to sqlite3 driver and fix a wrong var name | Andrey Andreev | 1 | -1/+2 | |
2015-04-29 | Add list_fields() support for SQLite3 | Andrey Andreev | 1 | -8/+22 | |
2015-02-15 | add <!DOCTYPE html> | Tjoosten | 1 | -1/+2 | |
2015-01-23 | Corrected loop with the $c variable | Gwenael G | 1 | -1/+1 | |
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 4 | -12/+0 | |
2015-01-12 | Change CI_DB_driver::field_data() signature | Andrey Andreev | 1 | -6/+1 | |
The parameter is mandatory, it doesn't make sense to have a default empty string value only to check for it. | |||||
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 4 | -12/+12 | |
- Remove PHP version from license notices - Bump year number in copyright notices - Recommend PHP 5.4 or newer to be used - Tell Travis-CI to test on PHP 5.3.0 instead of the latest 5.3 version Related: #3450 | |||||
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 4 | -58/+100 | |
2014-06-19 | Fix #3112 | Andrey Andreev | 1 | -1/+1 | |
2014-02-26 | Don't use error suppression on is_dir(), file_exists() | Andrey Andreev | 1 | -1/+1 | |
2014-02-25 | Make db_pconnect an alias for db_connect(TRUE) and reduce code repetition | Andrey Andreev | 1 | -15/+8 | |
2014-02-11 | 2013 > 2014 | darwinel | 4 | -4/+4 | |
Update copyright notices from 2013 to 2014. And update one calendar example in user_guide from year 2013/2014 to 2014/2015. | |||||
2013-01-10 | Unify escape_str() array input and LIKE logic | Andrey Andreev | 1 | -25/+4 | |
Added protected method _escape_str() to deal with quote escaping. | |||||
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 4 | -4/+4 | |
2012-12-04 | Rename DB_result _data_seek() to data_seek() and make it publicly available | Andrey Andreev | 1 | -2/+2 | |
(as requested in #2050) | |||||
2012-11-16 | Improve DB field_data() for SQLite | Andrey Andreev | 2 | -10/+44 | |
2012-11-13 | Add seed values support for Query Builder order_by | Andrey Andreev | 1 | -2/+2 | |
(feature request #1987) | |||||
2012-11-06 | Fix a lang key typo | Andrey Andreev | 1 | -1/+1 | |
2012-11-06 | Added possibility to pass custom database objects to DB Forge and DB Utilities | Andrey Andreev | 1 | -2/+3 | |
Also, their property is no longer public and the utility class no longer extends CI_DB_forge. | |||||
2012-11-05 | Refactored DB Forge | Andrey Andreev | 1 | -99/+102 | |
- 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 classes | Andrey Andreev | 1 | -13/+24 | |
Partially fixes issue #1295. | |||||
2012-11-02 | [ci skip] DocBlocks for DB drivers' result classes | Andrey Andreev | 1 | -9/+4 | |
Partially fixes issue #1295. | |||||
2012-11-02 | [ci skip] DocBlocks for DB drivers' utility classes | Andrey Andreev | 1 | -4/+2 | |
Partially fixes issue #1295. | |||||
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 4 | -4/+8 | |
Also partially fixes issue #1295, fixes inconsistencies in some page-level docblocks and adds include checks in language files. | |||||
2012-10-24 | [ci skip] style and phpdoc-related changes (rel #1295) | Andrey Andreev | 2 | -3/+4 | |
2012-10-05 | Fix SQLite3 DB error handling | Andrey Andreev | 1 | -15/+6 | |
2012-10-04 | Fix issue #1789 | Andrey Andreev | 1 | -4/+0 | |
Signed-off-by: Andrey Andreev <narf@bofh.bg> | |||||
2012-07-13 | Some adjustments in inline documentation | vlakoff | 3 | -3/+3 | |
2012-07-06 | _fetch_object(), custom_result_object() to utilize PHP's native capability ↵ | Andrey Andreev | 1 | -7/+22 | |
to directly return custom class results | |||||
2012-07-05 | Add a default _count_string property | Andrey Andreev | 1 | -6/+0 | |
2012-07-05 | Clean-up the separate drivers' DB result classes from no longer needed methods | Andrey Andreev | 1 | -447/+0 | |
2012-07-05 | Change DB_result::num_rows default value to NULL | Andrey Andreev | 1 | -3/+1 | |
2012-06-24 | Add a default _limit() method to the Query Builder class | Andrey Andreev | 1 | -17/+0 | |
2012-06-11 | Fix issue #1264 | Andrey Andreev | 1 | -0/+8 | |
2012-06-08 | escape_identifiers() to accept arrays as well | Andrey Andreev | 1 | -2/+2 | |
2012-06-08 | Add a default _from_tables() method to CI_DB_query_builder and remove it ↵ | Andrey Andreev | 1 | -21/+0 | |
from most of the drivers | |||||
2012-06-08 | Revert back some escape_identifiers() to proect_identifiers() as the first ↵ | Andrey Andreev | 1 | -3/+2 | |
one can't handle arrays | |||||
2012-06-08 | Resolve formatting differences between DB forge drivers | Andrey Andreev | 1 | -17/+26 | |
2012-06-04 | Alter SQLite3's version() method and clear some spaces | Andrey Andreev | 1 | -1/+1 | |
2012-06-04 | Fix an SQLite3 pconnect() bug + other minor changes | Andrey Andreev | 1 | -1/+1 | |
2012-06-02 | Fixing final SQLite bug introduced in 48a2baf0e288accd206f5da5031d29076e130792 | Alex Bilbie | 1 | -1/+1 | |
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /system/database | Alex Bilbie | 2 | -2/+2 | |
2012-05-26 | Move count_all() from the drivers to CI_DB_driver | Andrey Andreev | 1 | -24/+0 | |
2012-05-24 | Fix issue #121 | Andrey Andreev | 1 | -8/+8 | |
2012-05-23 | Removed the parameter use in database drivers' _close() and added a default ↵ | Andrey Andreev | 1 | -2/+1 | |
_close() method in CI_DB_driver + some changelog fixes | |||||
2012-04-26 | A couple more documentation updates | Jamie Rumbelow | 1 | -1/+1 | |
2012-04-12 | Changed default CI_DB_result::_data_seek() return value to FALSE and removed ↵ | Andrey Andreev | 1 | -4/+0 | |
the method from drivers that don't support it | |||||
2012-04-09 | Add a parameter to SQLite3 and PDO _close() due to CI_DB_driver being abstract | Andrey Andreev | 1 | -1/+2 | |
2012-04-09 | DB Utility improvements | Andrey Andreev | 1 | -51/+2 | |
- Replaced driver methods _list_databases(), _optimize_table() and _repair_table() with properties - Added defaults for optimize_table() and repair_table() SQL strings (FALSE, as those are mostly MySQL-specific) - Added MSSQL/SQLSRV support for optimize_table() (actually rebuilds table indexes) - Switched public driver methods to protected - Improved CUBRID support for list_databases() as it used to only return the currently used database - Minor speed improvements |