Jose Lorenzo Rodriguez
|
038c16b2de
A few random improvements to the database layer
|
11 years ago |
mark_story
|
f7597d4327
Re-add SQL to Query exports.
|
11 years ago |
mark_story
|
16c8417640
Fix failing tests.
|
11 years ago |
Jose Lorenzo Rodriguez
|
c052437ae5
Hopefully fixed SQL server this time
|
11 years ago |
Jose Lorenzo Rodriguez
|
4b9ee0d01c
Figuring out what SQL is offending SQL Server
|
11 years ago |
Jose Lorenzo Rodriguez
|
688082ddf1
trying to trigger a SQL server build error
|
11 years ago |
Jose Lorenzo Rodriguez
|
a69f371704
Altering test in hope of making SQL server happy
|
11 years ago |
Jose Lorenzo Rodriguez
|
0651182c33
Revert "Fixing tests in SQL Server"
|
11 years ago |
Jose Lorenzo Rodriguez
|
5c1969910b
Fixing tests in SQL Server
|
11 years ago |
Jose Lorenzo Rodriguez
|
0cf9921798
Added support to Comparison expression for using Expressions as the field
|
11 years ago |
José Lorenzo Rodríguez
|
69266d4a4a
Merge pull request #4227 from dakota/3.0-case-expression
|
11 years ago |
Walther Lalk
|
618509293d
Fix failing postgres tests
|
11 years ago |
Walther Lalk
|
83e09d8878
Defrost the CakeExpression snow flake by replacing the rather unique way it dealt with types with the same technique used in other Expression classes.
|
11 years ago |
Walther Lalk
|
5cc3ef091f
Automatically set the value type for the case statement
|
11 years ago |
mark_story
|
c68ec84020
Fix failing tests and PHPCS errors.
|
11 years ago |
Walther Lalk
|
b8c00d4f52
Fix failing test on SqlServer
|
11 years ago |
Walther Lalk
|
820f52289b
Add integration test for the CaseExpression
|
11 years ago |
mark_story
|
0d6f20251f
Fix deleting with aliased conditions.
|
11 years ago |
euromark
|
fa987c7843
Unify assert method argument order.
|
11 years ago |
antograssiot
|
a5bd7102ee
more typos
|
11 years ago |
Jose Lorenzo Rodriguez
|
f15a6f58d5
Translating IS operator to the best possible operator depending on value
|
11 years ago |
Jose Lorenzo Rodriguez
|
d227e151b6
Making `IN` conditions accept an empty array
|
11 years ago |
mark_story
|
409fbb1b18
Fix build failures.
|
11 years ago |
Jose Lorenzo Rodriguez
|
960ba0c76d
Adding support for using callables in join conditions
|
11 years ago |
Jose Lorenzo Rodriguez
|
18c5b306d7
Adding tests for innerJoin and rightJoin
|
11 years ago |
Jose Lorenzo Rodriguez
|
f3941b9a91
Fixing code and adding test for leftJoin
|
11 years ago |
Jose Lorenzo Rodriguez
|
1b44f4b4e0
Allowing Query::newExpr() to wrap any passed string or array as a shorthad for writing raw sql
|
11 years ago |
euromark
|
5cde7849b7
Fix CS.
|
11 years ago |
mark_story
|
831b2e9b5d
Move test into class where the problem/feature was.
|
11 years ago |
mark_story
|
9b60b7d7e3
Fix docblock errors.
|
11 years ago |