Skip to content

Commit 88c9369

Browse files
committed
Statements got a new method: cloneStatement()
1 parent 48c9dec commit 88c9369

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ language: php
33
php:
44
- 5.5
55
- 5.4
6-
- 5.3
76
- hhvm
87

98
before_script:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mysql query builder (php 5.3+)
1+
mysql query builder (php 5.4+)
22
==============================
33
Simple mysql query builder to build select, insert, update and delete queries with conditional parts.
44
This library was initially not intended to build prepared statements, but this is also possible.

0 commit comments

Comments
 (0)