summaryrefslogtreecommitdiffstats
path: root/system/database/DB_query_builder.php
AgeCommit message (Expand)AuthorFilesLines
2012-10-26Fix issue #59Andrey Andreev1-1/+3
2012-10-25Add missing delimiter in preg_quote() occurences (fix #1929)Andrey Andreev1-1/+1
2012-10-24An alternative to affected_rows() for insert_batch() and update_batch() (ref ...Andrey Andreev1-12/+12
2012-10-24[ci skip] style and phpdoc-related changes (rel #1295)Andrey Andreev1-29/+39
2012-10-24Fix issue #1925 (order_by() with = FALSE)Andrey Andreev1-1/+1
2012-10-23Alter _compile_order_by() to re-fix MSSQL, SQLSRV limit()Andrey Andreev1-4/+6
2012-10-22Fix where() & having() escaping/prefixing literal values containing a periodAndrey Andreev1-4/+40
2012-10-12Really fix order_by()Andrey Andreev1-1/+1
2012-10-12Fix order_by()Andrey Andreev1-1/+1
2012-10-12Fix where_in()Andrey Andreev1-1/+1
2012-10-12Fix where() with literal multiple conditionsAndrey Andreev1-16/+27
2012-10-12Fix having(), group_by()Andrey Andreev1-6/+4
2012-10-12Fix delete() with multiple tables and an erroneous variableAndrey Andreev1-4/+2
2012-10-12Fix _get_operator() for 'LIKE expr ESCAPE'Andrey Andreev1-3/+2
2012-10-12Merge changes from developAndrey Andreev1-10/+9
2012-10-09Missed an underscore ... dohAndrey Andreev1-1/+1
2012-10-09Alter fix for issue #1257Andrey Andreev1-1/+18
2012-10-06Fix issue #1257Andrey Andreev1-19/+1
2012-07-19Implement _compile_order_by()Andrey Andreev1-43/+64
2012-07-19Implement group_by() compiler and no_escape featureAndrey Andreev1-4/+14
2012-07-19Remove _limit()'s extra parameters and qb_limit, qb_offset unneeded typecasts...Andrey Andreev1-13/+36
2012-07-19Remove qb_wherein propertyAndrey Andreev1-7/+4
2012-07-18Merge where() and having() logic - it's structurally identical and only the k...Andrey Andreev1-87/+37
2012-07-18Remove dependancies on qb_like and remove unneeded parameters from _delete(),...Andrey Andreev1-75/+72
2012-07-18Change _like() to append to the qb_where arrayAndrey Andreev1-14/+6
2012-07-17Fix WHERE escaping/prefixingAndrey Andreev1-36/+85
2012-07-06Fix a few join() bugsAndrey Andreev1-5/+5
2012-07-05Move _insert() and _update() defaults from Query Builder to DB_driver so that...Andrey Andreev1-52/+0
2012-06-26Fix get_where() testAndrey Andreev1-1/+1
2012-06-25Fix issues #1529 & #1530Andrey Andreev1-3/+3
2012-06-25Change where() to skip dbprefix (until a better solution is available)Andrey Andreev1-4/+12
2012-06-24Add a default _limit() method to the Query Builder classAndrey Andreev1-0/+17
2012-06-23Add _where() changes from pull #1517 to the PostgreSQL driverAndrey Andreev1-2/+4
2012-06-22fixed query grouping when using where($array) syntaxWanWizard1-10/+4
2012-06-18Changed limit() and offset() to ignore NULL valuesAndrey Andreev1-7/+3
2012-06-17Add join() USING supportAndrey Andreev1-3/+11
2012-06-17Improve escaping, support for table names with spaces and fix where() for str...Andrey Andreev1-2/+2
2012-06-16Spelling fixes - `wether` to `whether`Alex Bilbie1-1/+1
2012-06-16All Query Builder methods to respect _protect_identifiers by defaultAndrey Andreev1-18/+24
2012-06-16Added an escape parameter to where_in(), or_where_in(), where_not_in(), or_wh...Andrey Andreev1-12/+14
2012-06-16Changed order_by() default escaping to _protect_identifiersAndrey Andreev1-2/+3
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-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 a join() issueAndrey Andreev1-1/+1
2012-06-11Fix issue #1456Andrey Andreev1-2/+6
2012-06-11Remove unused qb_order property + other minor changesAndrey Andreev1-29/+17
2012-06-10Fix _where() with multiple condition custom queryAndrey Andreev1-1/+1