Skip to content

Releases: effectra/sql-query

v2.0.12

Choose a tag to compare

@BMTmohammedtaha BMTmohammedtaha released this 11 Nov 20:54
fix buildString for bindParam (values start with ':'), strpos($value,…

v2.0.11

Choose a tag to compare

@BMTmohammedtaha BMTmohammedtaha released this 10 Nov 10:03
fix LIKE query

v2.0.10

Choose a tag to compare

@BMTmohammedtaha BMTmohammedtaha released this 10 Nov 09:50
fix LIKE query

v2.0.9

Choose a tag to compare

@BMTmohammedtaha BMTmohammedtaha released this 28 Sep 11:45
change string method from logtext to varchar(255)

v2.0.8

Choose a tag to compare

@BMTmohammedtaha BMTmohammedtaha released this 28 Sep 11:36
add after method

v2.0.7

Choose a tag to compare

@BMTmohammedtaha BMTmohammedtaha released this 27 Sep 10:18
add if/if not exists to create table

v2.0.6

Choose a tag to compare

@BMTmohammedtaha BMTmohammedtaha released this 26 Sep 19:54
update Drop class methods,covnert return void to self

v2.0.5

Choose a tag to compare

@BMTmohammedtaha BMTmohammedtaha released this 26 Sep 14:12
fix buildString

v2.0.4

Choose a tag to compare

@BMTmohammedtaha BMTmohammedtaha released this 25 Sep 19:12
update valueBuilder for string with sign ':' to handle PDO params

v2.0.3

Choose a tag to compare

@BMTmohammedtaha BMTmohammedtaha released this 25 Sep 17:09
replace whereCondition method to OperationsTrait