- 02 Jun, 2017 3 commits
-
-
Alexander Butenko authored
Adding ORDER BY REGEXP possibilites
-
Alexander Butenko authored
remove duplicate code example (OR clause)
-
Alexander Butenko authored
add socket option to mysqlidb constructor
-
- 01 Jun, 2017 1 commit
-
-
Ilya Goryachev authored
-
- 18 Mar, 2017 2 commits
-
-
Alexander Butenko authored
Added a function to disconnect from mysql server
-
Alexander Butenko authored
-
- 07 Mar, 2017 1 commit
-
-
thingNumber1 authored
Example of use: $MySqliDb->orderBy('name', 'desc', '^[a-zA-Z0-9]')->orderBy('name', 'desc'); // Is going to order by name but placing those name starting with special charaters at the end
-
- 02 Mar, 2017 1 commit
-
-
John authored
-
- 01 Mar, 2017 5 commits
-
-
Alexander Butenko authored
Add "hidden" columns/fields into dbObject
-
Mariano Scazzariello authored
-
Alexander Butenko authored
liberate username and password variables for dbobject use
-
Alexander Butenko authored
-
Alexander Butenko authored
fixed delete statement return value
-
- 24 Feb, 2017 2 commits
-
-
Mariano Scazzariello authored
-
Mariano Scazzariello authored
Added guard check at the beginning of the method, removed name === 'hidden' (that was useless).
-
- 23 Feb, 2017 1 commit
-
-
Mariano Scazzariello authored
-
- 01 Feb, 2017 2 commits
-
-
shimscharf authored
-
shimscharf authored
-
- 20 Dec, 2016 3 commits
-
-
Alexander Butenko authored
Fixed byId and provide pagination with data type
-
Tom29 authored
-
Tom29 authored
- Fixed using byId error in active record pattern - Provide pagination with data type (object, array, json)
-
- 18 Nov, 2016 5 commits
-
-
Alexander Butenko authored
new 2.7 release
-
Alexander Butenko authored
-
Alexander Butenko authored
q
-
Alexander Butenko authored
Update readme.md exectution typo
-
Harry Bailey authored
-
- 02 Oct, 2016 1 commit
-
-
Alexander Butenko authored
fix html syntax error
-
- 29 Sep, 2016 1 commit
-
-
Linus Holtstiege authored
-
- 29 Aug, 2016 1 commit
-
-
Alexander Butenko authored
ensures php5.3 compatible array syntax
-
- 09 Aug, 2016 1 commit
-
-
Richard Weinhold authored
-
- 22 Jul, 2016 2 commits
-
-
Alexander Butenko authored
insertMulti implementation by using transactions
-
Richard Weinhold authored
- MysqliDb::insertMulti() requires at least a table-name and two-dimensional array containing the data-sets - the third parameter $dataKeys can contain an array, setting|overriding the table column names in the data-sets - removes some unnecessary linebreaks and comments - fixes typo - adds insertMulti() to Readme - adds MysqliDB::insertMulti() insertion tests - removes whitespace changes
-
- 13 Jul, 2016 4 commits
-
-
Alexander Butenko authored
Adding error number to exception
-
Ettemlevest authored
More exception gets mysql error number with the second parameter: connect() queryUnprepared() lock() unlock()
-
Ettemlevest authored
Adding mysqli error number to exception in _prepareQuery method
-
Ettemlevest authored
Syncing joshcam master
-
- 08 Jul, 2016 4 commits
-
-
Alexander Butenko authored
Added methods for importing data (CSV, XML) and table locking
-
Jonas authored
-
Jonas authored
-
Alexander Butenko authored
Add joinWhere, joinOrWhere
-