- 03 Sep, 2015 2 commits
-
-
Alexander Butenko authored
Fix a typo
-
Alexander Butenko authored
-
- 31 Aug, 2015 6 commits
-
-
Alexander Butenko authored
Support join in delete()
-
Alexander Butenko authored
-
Alexander Butenko authored
-
Alexander Butenko authored
fixes
-
Alexander Butenko authored
-
Alexander Butenko authored
-
- 29 Aug, 2015 1 commit
-
-
Alexander Butenko authored
bug fixed when using nestedJoin
-
- 28 Aug, 2015 1 commit
-
-
Bless authored
-
- 27 Aug, 2015 1 commit
-
-
Bless authored
-
- 26 Aug, 2015 2 commits
-
-
Alexander Butenko authored
Fix getValue for NULL values
-
Alexander Butenko authored
-
- 17 Aug, 2015 6 commits
-
-
Alexander Butenko authored
fixes
-
Alexander Butenko authored
-
-
Alexander Butenko authored
Swapped trigger_error for exceptions
-
Dave Swift authored
Remove closing PHP tag to follow best practices. "If a file is pure PHP code, it is preferable to omit the PHP closing tag at the end of the file. This prevents accidental whitespace or new lines being added after the PHP closing tag, which may cause unwanted effects because PHP will start output buffering when there is no intention from the programmer to send any output at that point in the script." References: - http://php.net/manual/en/language.basic-syntax.phptags.php - https://www.drupal.org/coding-standards#phptags - http://framework.zend.com/manual/current/en/ref/coding.standard.html#general
-
Dave Swift authored
It seems more convenient/conventional to throw exceptions so they can be caught, if desired. Using trigger_error creates a fatal error.
-
- 14 Aug, 2015 3 commits
-
-
Alexander Butenko authored
-
Alexander Butenko authored
close() prepared statement when its not needed anymore
-
Alexander Butenko authored
-
- 12 Aug, 2015 6 commits
-
-
Alexander Butenko authored
fixes
-
Alexander Butenko authored
-
Alexander Butenko authored
-
Alexander Butenko authored
fixes
-
Alexander Butenko authored
-
Alexander Butenko authored
-
- 09 Aug, 2015 1 commit
-
-
Alexander Butenko authored
documentation adjustments
-
- 05 Aug, 2015 6 commits
-
-
Alexander Butenko authored
-
Alexander Butenko authored
fixes
-
Alexander Butenko authored
-
Alexander Butenko authored
Changed inc() and dec() methods to support float
-
Luke authored
-
Luke authored
It's valid to increment a field by a float, this allows both ints and floats to be used in increments and decrements.
-
- 04 Aug, 2015 5 commits
-
-
Alexander Butenko authored
-
Alexander Butenko authored
fixes
-
Alexander Butenko authored
-
Alexander Butenko authored
-
Alexander Butenko authored
-