ucorina
|
e1bf4523c7
|
Moved call to getDBParser from XmlQueryParser.class.php to DB.class.php - because otherwise the XmlQueryParser would have been included even when it was not needed.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9139 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2011-09-09 15:05:29 +00:00 |
|
ucorina
|
33df36e715
|
Query cache file - added condition to skip null arguments that do not need validation and are not mandatory.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9066 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2011-09-06 15:50:30 +00:00 |
|
ucorina
|
ec0bad3f64
|
Updates to Condition - refactored some methods to save calculated values in private properties, so that the parsing won't execute multiple times.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9064 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2011-09-06 13:28:32 +00:00 |
|
ucorina
|
3f8d72b537
|
Updated Condition query part class to make code more readable and reduce calls to ->hasArgument().
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9035 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2011-09-05 17:00:08 +00:00 |
|
ucorina
|
99b5d718e6
|
Update for IN query - fix for when argument is column name.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8809 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2011-08-18 19:10:26 +00:00 |
|
ucorina
|
e46231ae96
|
Fixed "IN" query issue when arguments are strings.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8798 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2011-08-17 17:11:34 +00:00 |
|
ucorina
|
da8302fa4a
|
Bug fix for Argument class - added global $lang in validation methods.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8725 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2011-08-04 18:05:54 +00:00 |
|
ucorina
|
f64e950463
|
Bug fix: "Not in" query was not properly displaying arguments.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8724 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2011-08-04 17:23:47 +00:00 |
|
ucorina
|
f3c3adc5d4
|
Removed a few redundant TODOs in code.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8710 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2011-08-01 14:53:12 +00:00 |
|
ucorina
|
bbe95e94ff
|
Update for query column list argument (selecting just certain columns from a table instead of all).
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8709 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2011-08-01 14:36:13 +00:00 |
|
ucorina
|
cfc7d32afd
|
Update to query argument naming - so that queries that have the same variable name specified in the XML will not fail.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8658 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2011-07-26 14:40:46 +00:00 |
|
ucorina
|
620b18e532
|
Update to string array arguments - added format with SQLSRV_PHPTYPE_STRING.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8635 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2011-07-25 17:33:27 +00:00 |
|
ucorina
|
39c2c004c2
|
Prepared statements - if argument is not given as array (eg. for IN clauses) even though it should be, convert it to an array.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8633 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2011-07-25 16:47:22 +00:00 |
|
ucorina
|
b3c75ac4db
|
Fixed a few MSSQL bugs - related to array query arguments and increment columns.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8632 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2011-07-25 15:35:43 +00:00 |
|
ucorina
|
7de48344cc
|
Fixed select bug - unless default value is explicitly set as empty string, ignore arguments whose value is empty string.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8624 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2011-07-22 11:50:08 +00:00 |
|
ucorina
|
8f04aa5d63
|
Update to condition tag - column name should also be accepted in the "var" attribute and not just "default" attribute.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8617 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2011-07-21 13:25:30 +00:00 |
|
ucorina
|
e7fe19db1f
|
Added support for selecting a subset of the columns specified in the XML query file.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8614 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2011-07-20 12:34:31 +00:00 |
|
ucorina
|
8b9468a165
|
Update to default value - set it both when value is null or empty string.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8613 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2011-07-20 09:54:07 +00:00 |
|
ucorina
|
98a85cdaa9
|
Fixed insert bug - nextSequnce was not properly retrieved.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8608 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2011-07-19 11:54:58 +00:00 |
|
ucorina
|
0c63c32b10
|
Fixed condition group bug - if there are more condition groups and the first doesn't get displayed, the pipe of the next is printed even though it shouldn't have been.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8607 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2011-07-18 15:58:46 +00:00 |
|
ucorina
|
ff679cc517
|
Fixed query argument bug - for in operation, if there was only one element, the brackets weren't added. Added unit test for this.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8605 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2011-07-18 15:17:49 +00:00 |
|
ucorina
|
19c0ba4964
|
Fixed failing test for ConditionArgument class.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8603 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2011-07-18 12:36:39 +00:00 |
|
ucorina
|
bf1d72e478
|
Update to array condition arguments.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8602 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2011-07-18 12:25:27 +00:00 |
|
ucorina
|
9606e263e8
|
Added classes for testing db queries directly on a test database. Fixed a few insert bugs.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8600 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2011-07-14 17:00:16 +00:00 |
|
ucorina
|
76019a4b2b
|
Started unit tests for condition and argument classes.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8577 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2011-07-07 14:34:56 +00:00 |
|
ucorina
|
7112d518c8
|
Added unit tests for Table, TableTag and TablesTag classes.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8566 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2011-07-05 19:52:27 +00:00 |
|
ucorina
|
d248d70773
|
Added subquery argument support to more types of queries.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8565 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2011-07-05 19:49:20 +00:00 |
|
ucorina
|
909276e16b
|
Updates to unit tests for correlated subqueries.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8560 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2011-07-01 08:15:43 +00:00 |
|
ucorina
|
e313076cc8
|
Started unit tests for correlated subqueries - select, from, where.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8557 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2011-06-30 18:14:24 +00:00 |
|
ucorina
|
1353ade0c2
|
Added unit tests for correlated subqueries - select, from, where.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8556 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2011-06-30 15:36:03 +00:00 |
|
ucorina
|
c3fdbbf399
|
Update test folder structure.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8540 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2011-06-28 08:05:21 +00:00 |
|
ucorina
|
6f17aa5759
|
Updated query classes in order to support prepared statements - added support for parameter binding. Added unit tests for mssql select using new prepared statement syntax.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8511 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2011-06-20 14:03:27 +00:00 |
|
lickawtl
|
32fe8750e9
|
bug-fix pagination Limit
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8510 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2011-06-20 09:25:58 +00:00 |
|
lickawtl
|
4b3e591956
|
revert to revision 8456
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8464 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2011-06-08 16:24:04 +00:00 |
|
ucorina
|
d6a81c6ba9
|
Added unit tests for MSSQL SELECT syntax.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8459 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2011-06-07 19:03:12 +00:00 |
|
ucorina
|
b6a1088995
|
Updated DB classes for supporting prepared statements - SQL string can now be returned with '?' instead of argument values.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8458 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2011-06-07 19:01:58 +00:00 |
|
ucorina
|
313bfca8e8
|
Updated the query parts that work with arguments (conditions, update and insert expressions) to work with QueryArgument objects instead of string values.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8457 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2011-06-07 17:18:32 +00:00 |
|
lickawtl
|
e41c45433e
|
add some unit tests for CUBRID
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8456 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2011-06-07 16:21:55 +00:00 |
|
lickawtl
|
0e3043d678
|
unit tests for Sql Server, CUBRID, My Sql
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8440 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
2011-06-02 15:26:38 +00:00 |
|