+
= Added, -
= Removed, ~
= Changed
[21.11.2018]
+
GetConnection function
+
GetStats function
[19.11.2018]
+
DieAfterError setting
~
Prevent force die on error
~
Keeping last error when throwing an error
[30.06.2018]
~
Fixing UserAgent Bug
[30.06.2018]
+
Custom UserAgent
~
Updates now run from GitLab
[01.05.2018]
+
Unsafe Query Execution (UQE)
+
Default charset param
[14.12.2017]
+
Added echo loggin for Updating
~
Beautifyed update test
[12.12.2017]
+
Added API Auth for more than 60 Requests from one pc (Usefull if the Update check is called on multiple sites)
[The Key only gives access to public user info, public repo info and public gists (Same rights as on the Github site without beeing logged in)]
[12.12.2017]
~
Changed CheckForUpdate Function
+
Added New Update System
+
Added Auto Update Function
+
Added Update Available Test Function
+
Added Make Update Function
+
Added Internal Function for cURL Github API Requests
Made Bugfix 6
-
Removed Password Empty Check from every Connection Function
+
Added 'php-zip' to extension check
[Moved Query Test]
[Created Updating Test]
[10.12.2017]
~
Changed Extension check
+
Added 'Curl'
+
Added Connection Check
~
Changed Error Message for MySQLi
[10.12.2017]
+
Added Input Check for execute Query
+
Added Function to execute a Query multiple times
~
Versioning
+
Added extra Version variable
+
Added Version Check with link for a new Version
~
Changed the way how the version Function returns the Version
[10.12.2017]
Made Bugfix 5
+
Added Escape String Trim Function call to all Query Functions to prevent SQL Injection by default
[10.12.2017]
+
Added Extension Check Fucntion
~
Changed all Connection Functions to use the Extension Check
[03.12.2017]
+
Added Default Charset
~
Splitted Query Function:
+
Added Function for Stored Querys
+
Added Function for non Stored Querys
[30.11.2017]
Made Bugfix 7
~
Added/Changed Charset integration for Charset in Reconnect
Made Bugfix 8
+
Added Connection check in close Connection
[27.11.2017]
Made Bugfix 3
+
Added Function to Trim and Escape Strings
Made Bugfix 4
+
Added Function to set Charset
~
Final Charset integration
+
Added Function to get Information about Client and Server
+
Added Function to get Version from Client and Server
[27.11.2017]
+
Added Connection Checks
~
Added/Chaged Charset integration in __construct
[15.11.2017]
~
Changed the second return type check
[14.11.2017]
+
Added Versioning in the Code
+
Added Charset selection
[10.11.2017]
+
Added Function for Escaping Strings to top SQL Injections
[09.11.2017]
~
Execute Select
~
Input Check
~
Return Type Check
+
Added Return Type Enum Class
[03.11.2017]
+
Added Command Begin to query functions
executeQuery
executeDrop
executeInsert
executeSelect
executeUpdate
[27.10.2017]
Release with the new Internal Error System
[25.10.2017]
-
Removed Internal Error from Value Check
+
Added Internal Error to connect ndb
+
Added Internal Error to execute drop
[25.10.2017]
+
Added Function getLastInternalError
+
Added Variable lastInternalError
~
Changed many Functions to use lastInternalError
[24.10.2017]
+
Function: connect_ndb();
+
Function: selectDatabase();
+
Function: executeCreate();
+
Function: executeUse();
~
Constructor:
+
Added saving of Connection data
+
Added Input check
+
Added Error Throw on connection fail
+
Added check for empty input
~
Error Throw:
~
Changed dispose Function call to close connection
~
Dispose:
+
Added Input check
~
Execute Query:
~
Changed Throw error call for no success
~
Execute Select:
+
Added Input check
+
Added Throw error call for closed connection
~
Changed Throw error call for no success
~
Execute Insert:
+
Added Input check
+
Added Throw error call for closed connection
~
Changed Throw error call for no success
~
Execute Delete:
+
Added Input check
+
Added Throw error call for closed connection
~
Changed Throw error call for no success
~
Execute Drop:
+
Added Input check
+
Added Throw error call for closed connection
~
Changed Throw error call for no success
[24.10.2017]
~
Changed Version notation
Some Test were made with this version.
[24.10.2017]
~
Fixed wrong function call
[24.10.2017]
+
Value Check Function
~
Added Value Check Function call to all Functions
[24.10.2017]
+
Check to only execute querrys on open connections
+
Added Error Throws when connection is closed
[23.10.2017]
MySQLm is now going Public 😃