- 02 Aug, 2017 3 commits
-
-
Alexander Butenko authored
* fixed limit variable ordering in the comments * Expand readme on autoreconnect and multipe connections usage
-
Alexander Butenko authored
-
Noneatme authored
- Fixed damaged headlines where spaces were missing
-
- 21 Jul, 2017 1 commit
-
-
Ilya Goryachev authored
* Reconnect to the MySQL server while preparing/unprepared query if the connection was lost (errno 2006) * limit auto reconnecting attempts * update stmt while autoreconnecting * reset auto reconnect counter; some refactoring
-
- 04 Jul, 2017 1 commit
-
-
Ilya Goryachev authored
* muliple mysqli connections * addConnection at constructor * increase vars * remove unused connection credentials; tableExists and getSubQuery use selected connection
-
- 20 Jun, 2017 1 commit
-
-
Alexander Butenko authored
Remove __destructor from MysqliDb
-
- 06 Jun, 2017 2 commits
-
-
Alexander Butenko authored
Fix issue where orderBy strips spaces from fieldname
-
leigh-ols authored
-
- 02 Jun, 2017 4 commits
-
-
leigh-ols authored
Allow garbage collection to close mysqli instance connection, instead of closing it in the destructor.
-
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 1 commit
-
-
Alexander Butenko authored
insertMulti implementation by using transactions
-