Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 1 | -1/+1 | |
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 | 1 | -4/+13 | |
2012-11-02 | [ci skip] DocBlocks for DB drivers' result classes | Andrey Andreev | 1 | -9/+4 | |
Partially fixes issue #1295. | |||||
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 1 | -1/+2 | |
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 | 1 | -0/+1 | |
2012-07-13 | Some adjustments in inline documentation | vlakoff | 1 | -1/+1 | |
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 | 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-05-24 | Fix issue #121 | Andrey Andreev | 1 | -8/+8 | |
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 | Multiple DB Forge improvements | Andrey Andreev | 1 | -5/+5 | |
- Replaced driver methods _create_database(), _drop_database(), _drop_table() and _rename_table() with properties - Added defaults for the above mentioned platform-specific queries, so that not all drivers need to define them - Improved support for the SQLite, ODBC and PDO drivers | |||||
2012-03-20 | Remove unused _prep_query() method | Andrey Andreev | 1 | -2/+2 | |
2012-01-25 | Remove an access description line and switch private to protected | Andrey Andreev | 1 | -1/+0 | |
2012-01-24 | Revert a space in the license agreement :) | Andrey Andreev | 1 | -1/+1 | |
2012-01-16 | Replaced a method with a variable | Andrey Andreev | 1 | -1/+1 | |
2012-01-16 | Add a comment for CI_DB_sqlite3_result::num_rows() | Andrey Andreev | 1 | -0/+3 | |
2012-01-16 | Add SQLite3 database driver | Andrey Andreev | 1 | -0/+617 | |