Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-06 | Fix #589 | Andrey Andreev | 1 | -4/+4 | |
2012-11-06 | Add an optional escape parameter to insert() and insert_batch() | Andrey Andreev | 1 | -6/+8 | |
"Fixes" #1895 | |||||
2012-11-02 | DocBlocks for base DB classes | Andrey Andreev | 1 | -141/+319 | |
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-11-01 | Remove var_dump() missed in a previous commit | Andrey Andreev | 1 | -1/+0 | |
2012-11-01 | Fix an update_string() bug | Andrey Andreev | 1 | -1/+1 | |
2012-10-26 | Fix issue #59 | Andrey Andreev | 1 | -1/+3 | |
2012-10-25 | Add missing delimiter in preg_quote() occurences (fix #1929) | Andrey Andreev | 1 | -1/+1 | |
2012-10-24 | An alternative to affected_rows() for insert_batch() and update_batch() (ref ↵ | Andrey Andreev | 1 | -12/+12 | |
#126) | |||||
2012-10-24 | [ci skip] style and phpdoc-related changes (rel #1295) | Andrey Andreev | 1 | -29/+39 | |
2012-10-24 | Fix issue #1925 (order_by() with = FALSE) | Andrey Andreev | 1 | -1/+1 | |
2012-10-23 | Alter _compile_order_by() to re-fix MSSQL, SQLSRV limit() | Andrey Andreev | 1 | -4/+6 | |
2012-10-22 | Fix where() & having() escaping/prefixing literal values containing a period | Andrey Andreev | 1 | -4/+40 | |
2012-10-12 | Really fix order_by() | Andrey Andreev | 1 | -1/+1 | |
2012-10-12 | Fix order_by() | Andrey Andreev | 1 | -1/+1 | |
2012-10-12 | Fix where_in() | Andrey Andreev | 1 | -1/+1 | |
2012-10-12 | Fix where() with literal multiple conditions | Andrey Andreev | 1 | -16/+27 | |
2012-10-12 | Fix having(), group_by() | Andrey Andreev | 1 | -6/+4 | |
2012-10-12 | Fix delete() with multiple tables and an erroneous variable | Andrey Andreev | 1 | -4/+2 | |
2012-10-12 | Fix _get_operator() for 'LIKE expr ESCAPE' | Andrey Andreev | 1 | -3/+2 | |
2012-10-12 | Merge changes from develop | Andrey Andreev | 1 | -10/+9 | |
2012-10-09 | Missed an underscore ... doh | Andrey Andreev | 1 | -1/+1 | |
2012-10-09 | Alter fix for issue #1257 | Andrey Andreev | 1 | -1/+18 | |
2012-10-06 | Fix issue #1257 | Andrey Andreev | 1 | -19/+1 | |
2012-07-19 | Implement _compile_order_by() | Andrey Andreev | 1 | -43/+64 | |
2012-07-19 | Implement group_by() compiler and no_escape feature | Andrey Andreev | 1 | -4/+14 | |
2012-07-19 | Remove _limit()'s extra parameters and qb_limit, qb_offset unneeded ↵ | Andrey Andreev | 1 | -13/+36 | |
typecasts + add _compile_group_by() method | |||||
2012-07-19 | Remove qb_wherein property | Andrey Andreev | 1 | -7/+4 | |
2012-07-18 | Merge where() and having() logic - it's structurally identical and only the ↵ | Andrey Andreev | 1 | -87/+37 | |
keyword differs | |||||
2012-07-18 | Remove dependancies on qb_like and remove unneeded parameters from ↵ | Andrey Andreev | 1 | -75/+72 | |
_delete(), _like(), _update(), _update_batch() | |||||
2012-07-18 | Change _like() to append to the qb_where array | Andrey Andreev | 1 | -14/+6 | |
2012-07-17 | Fix WHERE escaping/prefixing | Andrey Andreev | 1 | -36/+85 | |
2012-07-06 | Fix a few join() bugs | Andrey Andreev | 1 | -5/+5 | |
2012-07-05 | Move _insert() and _update() defaults from Query Builder to DB_driver so ↵ | Andrey Andreev | 1 | -52/+0 | |
that they're available for use by insert_string() and update_string() at all times | |||||
2012-06-26 | Fix get_where() test | Andrey Andreev | 1 | -1/+1 | |
2012-06-25 | Fix issues #1529 & #1530 | Andrey Andreev | 1 | -3/+3 | |
2012-06-25 | Change where() to skip dbprefix (until a better solution is available) | Andrey Andreev | 1 | -4/+12 | |
2012-06-24 | Add a default _limit() method to the Query Builder class | Andrey Andreev | 1 | -0/+17 | |
2012-06-23 | Add _where() changes from pull #1517 to the PostgreSQL driver | Andrey Andreev | 1 | -2/+4 | |
2012-06-22 | fixed query grouping when using where($array) syntax | WanWizard | 1 | -10/+4 | |
on request of Phil | |||||
2012-06-18 | Changed limit() and offset() to ignore NULL values | Andrey Andreev | 1 | -7/+3 | |
2012-06-17 | Add join() USING support | Andrey Andreev | 1 | -3/+11 | |
2012-06-17 | Improve escaping, support for table names with spaces and fix where() for ↵ | Andrey Andreev | 1 | -2/+2 | |
strings with no spaces around operators | |||||
2012-06-16 | Spelling fixes - `wether` to `whether` | Alex Bilbie | 1 | -1/+1 | |
Interestingly `wether` means a castrated ram in old English | |||||
2012-06-16 | All Query Builder methods to respect _protect_identifiers by default | Andrey Andreev | 1 | -18/+24 | |
2012-06-16 | Added an escape parameter to where_in(), or_where_in(), where_not_in(), ↵ | Andrey Andreev | 1 | -12/+14 | |
or_where_not_in() and made where(), or_where() to default the escape setting to the value of _protect_identifiers | |||||
2012-06-16 | Changed order_by() default escaping to _protect_identifiers | Andrey Andreev | 1 | -2/+3 | |
2012-06-15 | Fix having() | Andrey Andreev | 1 | -4/+3 | |
2012-06-15 | Fix issue #1483 | Andrey Andreev | 1 | -1/+1 | |
2012-06-15 | Fix issue #1482 | Andrey Andreev | 1 | -1/+1 | |