- 15 Sep, 2017 1 commit
-
-
Alexander Butenko authored
updated readme
-
- 14 Aug, 2017 1 commit
-
-
tsia authored
-
- 10 Aug, 2017 2 commits
-
-
Mike Schekotov authored
-
Alexander Butenko authored
* fix a typo
-
- 09 Aug, 2017 1 commit
-
-
Alexander Butenko authored
* fixed limit variable ordering in the comments * Expand readme on autoreconnect and multipe connections usage * update release numbers * update copyright years * Bug #623: Mistake in Regexp * Fix for #554 Fixing Join usage with 'USING' instead of 'ON' * Fix empty exception message
-
- 07 Aug, 2017 1 commit
-
-
Jeffrey van Hal authored
* Update MysqliDb.php Added option for LOAD DATA LOCAL * Update readme.
-
- 06 Aug, 2017 2 commits
-
-
David Girón authored
-
David Girón authored
dbObject has a switch case in line 644 : written as ";" .
-
- 03 Aug, 2017 1 commit
-
-
Alexander Butenko authored
* fixed limit variable ordering in the comments * Expand readme on autoreconnect and multipe connections usage * update release numbers * update copyright years
-
- 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 1 commit
-
-
Alexander Butenko authored
new 2.7 release
-