Commit Graph

9 Commits

Author SHA1 Message Date
Brad Bell
0ecae33886 Fixes a MySQL syntax error if you specified an offset without a limit. 2013-12-23 13:21:33 -08:00
CeBe
307a190a83 some adjustments to pull request #2159 2013-03-12 17:11:50 +01:00
Boris Serebrov
4fdf2d0044 Fixes #2159 - problem with command builder for delete with joins. 2013-03-01 22:19:46 +02:00
Abdul Malik Ikhsan
6247adaf26 change copyright symbol 2013-01-15 18:38:02 +07:00
Abdul Malik Ikhsan
46c8ef0d9a update copyright year
from 2011 to 2013
2013-01-15 17:28:17 +07:00
Carsten Brandt
266df50702 better fix for issues #124
changed position of JOIN in UPDATE by overwriting applyJoin()
2012-08-28 21:27:26 +02:00
Carsten Brandt
f37a3dac2e added @since annotation 2012-03-19 17:25:44 +01:00
Carsten Brandt
fdabdb2b45 added docblocks to CMysqlCommandBuilder+CHANGELOG 2012-03-19 17:07:12 +01:00
DaSourcerer
4ac67ea223 Add CMysqlCommandBuilder to handle joins on update
Fixes issue #124
CDbCommandBuilder produced faulty mysql update queries
when joins are involved. JOIN has to come before SET in mysql.
2012-03-19 16:46:59 +01:00