140 Commits
Author SHA1 Message Date
Mathias aa6b203882 Changed the version to 2.0.1 v2.0.1 2021-11-21 02:53:18 +01:00
Mathias 2538d0958e Made MySQLConnection#con protected 2021-11-21 02:51:23 +01:00
Mathias 0a7d2f9a22 🐛 Removed the default value of the limit v2.0.0 2021-09-03 00:07:13 +02:00
Mathias Wagner d805b8f834 Merge pull request #1 from gnmyt/features/code-cleanup
🛠️ Code cleanup & added many new features
2021-09-02 15:34:00 +02:00
Mathias 0b59c1a11c Removed line from the ConnectSettingsManager 2021-09-02 15:29:23 +02:00
Mathias f1f1fcbe2d Added new sql types 2021-09-02 15:26:59 +02:00
Mathias 84641c9550 Created the FUNDING.yml file 2021-09-02 15:09:20 +02:00
Mathias 6f57860564 First test to create a java ci workflow 2021-09-02 14:46:41 +02:00
Mathias 58f49a7c69 Added some new connection properties to the ConnectSettingsManager 2021-09-02 14:41:40 +02:00
Mathias f51b938893 English is hard 2021-09-01 19:20:14 +02:00
Mathias 054a02ba76 Updated the README.md 2021-08-30 19:17:57 +02:00
Mathias e7b5a422de Cleaned up code 2021-08-30 12:29:54 +02:00
Mathias a207aca196 Updated the README.md 2021-08-28 00:28:19 +02:00
Mathias d55e681a6c Created the QueryExample 2021-08-28 00:26:20 +02:00
Mathias 614c557d7e Updated the LoginExample 2021-08-28 00:17:39 +02:00
Mathias 86f3ce2f3e Updated the LoginExample 2021-08-27 14:14:51 +02:00
Mathias e96bb22814 Integrated the new ConnectSettingsManager 2021-08-27 14:05:49 +02:00
Mathias f579b69ae6 Added the new ConnectSettingsManager 2021-08-27 14:04:53 +02:00
Mathias 97431c7c1f Removed the old connection parameters 2021-08-27 13:27:54 +02:00
Mathias f29731cdd2 Updated the register logic in the TableFactory 2021-08-27 12:50:45 +02:00
Mathias 3883d5f3d4 Integrated the TableCreationQuery into the SQLTable 2021-08-27 12:50:04 +02:00
Mathias 52ca4879f9 Integrated the TableCreationQuery into the TableGenerator 2021-08-27 12:44:08 +02:00
Mathias bf7565a8dc Created the TableCreationQuery 2021-08-27 12:23:57 +02:00
Mathias 8eb4033704 Integrated the changes of the TableField into the SQLTable and the CustomTableFieldManager 2021-08-27 12:23:26 +02:00
Mathias 6ce3671099 Added the FIELD_LIST and the PRIMARY_KEY to the QueryParameter 2021-08-27 12:22:46 +02:00
Mathias 0ab4ae3fed Updated the TableField 2021-08-27 12:22:07 +02:00
Mathias db70fda9a5 Changed the name in the queries 2021-08-27 00:09:12 +02:00
Mathias d60c2a806f Changed the access modifier of UpdateManager#build 2021-08-26 23:42:10 +02:00
Mathias d970568158 Cleaned up code 2021-08-26 23:31:19 +02:00
Mathias 3cb1f2d151 Integrated the UpdateQuery into the UpdateManager 2021-08-26 23:30:48 +02:00
Mathias 75dc54b17a Added the UpdateQuery 2021-08-26 23:30:08 +02:00
Mathias 81aaf4a0bf Cleaned up the SelectionQuery 2021-08-26 23:29:49 +02:00
Mathias 65f8f12077 Updated the InsertQuery 2021-08-26 23:18:36 +02:00
Mathias d48ebe05c0 Added a comment to the InsertManager 2021-08-26 22:26:16 +02:00
Mathias 262baee54c Changed InsertManager#from to InsertManager#to 2021-08-26 22:20:04 +02:00
Mathias a859aa1d32 Created the InsertQuery 2021-08-26 22:07:43 +02:00
Mathias c6ed5d9b8d Added the appendDefault method to the StatementBuilder 2021-08-26 21:38:29 +02:00
Mathias 4a6f0c6901 Integrated the DeletionQuery into the DeletionManager 2021-08-26 18:21:22 +02:00
Mathias 3897733d6d Added the DeletionQuery 2021-08-26 18:16:16 +02:00
Mathias b9139e77ab Updated the SelectionManager 2021-08-26 18:01:43 +02:00
Mathias 537706ddca Added the SelectionQuery to create a 'select'-statement 2021-08-26 17:59:39 +02:00
Mathias 0772017633 Added the StatementBuilder 2021-08-26 17:59:06 +02:00
Mathias d41de8cfcc Added AbstractQuery#defaults 2021-08-26 17:05:19 +02:00
Mathias a3e97cda44 The QueryBuilder now loads the defaults of the query 2021-08-26 17:04:49 +02:00
Mathias 405f405174 Updated the return type of the sql query 2021-08-26 17:03:00 +02:00
Mathias 7f45e465f4 Added the selection list to the QueryParameter enum 2021-08-26 16:46:16 +02:00
Mathias cd3ce709d9 Cleaned up code 2021-08-26 16:35:32 +02:00
Mathias 7c07f7086e Integrated the SQLQuery into the update method of the MySQLConnection 2021-08-26 16:35:07 +02:00
Mathias 07126218af Integrated the SQLQuery into the MySQLConnection 2021-08-26 16:29:54 +02:00
Mathias 357a69f3ac Changed the parameter type of the SQLQuery from string to object 2021-08-26 16:24:56 +02:00