Commit Graph

55 Commits

Author SHA1 Message Date
Govindas 4499355148 add null check on locals 2021-06-24 15:21:06 +03:00
Govindas 131ab77c91 reformat code (thanks TPGamesNL) 2021-06-22 21:26:46 +03:00
Govindas db5174508f Update README.md 2021-05-12 13:17:58 +03:00
Govindas 4cc0d0ba4e finish experimental (disabled) on complete of sql query event 2021-05-12 13:17:42 +03:00
Govindas 6e1e3ce14b Add Java 8 support 2021-05-12 12:20:13 +03:00
Govindas aa65a4e7e8 set api version to 1.13
I think this will help with performance in 1.13+ version, but will keep working in 1.9+
2021-05-07 15:42:01 +03:00
Govindas d00fc2b6a0
Merge pull request #10 from ham1255/master
Fixed Govindas weirdness on project files (maven fix)
2021-05-04 14:02:42 +00:00
mohammed jasem alaajel a72da39839 Fixed Govindas weirdness on project files 2021-05-04 18:00:16 +04:00
Govindas d98bc34b38 partially fixed pom.xml 2021-05-04 16:46:46 +03:00
Govindas ce64eda9e2 Fix pom.xml & update HikariCP 2021-04-30 11:50:23 +03:00
Govindass d9f95ac101 make sql auto sync if not main thread 2021-03-16 15:05:26 +02:00
Govindass fbb35937e6 Preparations for quicker queries (no 50ms delay) feature 2021-03-03 14:27:09 +02:00
Govindas 852e5e0477
Update README.md 2021-02-12 12:44:58 +02:00
Govindass 7620da85f1 remove thread pool config option & Use CachedThreadPool to make sure all threads are used properly
CachedThreadPool automatically creates threads on demand and automatically deletes unused threads after 60 seconds of no usage, so we can remove config option
2021-02-12 12:43:57 +02:00
Govindass e3a6cc1fca 1.2.1 2021-02-09 14:25:35 +02:00
Govindass 678d6d49d8 Make config more informative 2021-02-07 17:22:07 +02:00
Govindass 7227496c1c Support missing config options 2021-02-07 17:20:00 +02:00
Govindass 1ad3813c73 Shade MariaDB driver & add configurable driver class to config 2021-02-06 13:56:48 +02:00
Govindass 619a6831e5 bump HikariCP version 2021-02-05 11:15:21 +02:00
Govindass 7e444ed0ca Fix memory leak introduced by last commit 2021-02-01 14:11:01 +02:00
Govindass c7766fe11f Merge branch 'master' of https://github.com/Govindass/skript-db 2021-02-01 13:58:17 +02:00
Govindass e18cd3d28c Switch from gradle to maven (preference) and optimize code 2021-02-01 13:58:13 +02:00
Govindas 280a0cb38d
Update README.md 2021-01-18 14:59:08 +02:00
Govindas 3473007bd6
Add synchronous syntax to readme 2020-07-31 11:52:58 +03:00
Govindass 59d209540b Fix local variables in sql queries within the same tick & first startup errors 2020-07-31 11:50:44 +03:00
Govindass 3e7cf7a6dd Bump HikariCP 3.4.3 -> 3.4.5 2020-06-24 08:19:09 +03:00
Govindass 185a324e8c Remove debug message 2020-05-20 14:18:23 +03:00
Govindass e75941d75a Make thread pool configurable 2020-05-18 15:34:43 +03:00
Govindass efa37217c2 Add synchronous support on current thread 2020-05-18 13:20:01 +03:00
Govindass 0d8d834929 Merge FranKusmiruk's Pull Request 2020-05-02 20:25:36 +03:00
Govindass b2a53078a6 add gradle fatJar task 2020-05-02 20:02:25 +03:00
Govindas 83f71e147b
Update HikariCP, should fix a lot of issues 2020-05-02 19:48:35 +03:00
Govindass e610fc1357 Remove unused class 2020-05-02 19:30:48 +03:00
Govindass aa1a1d14c7
add synchronous 2019-09-30 15:28:32 +03:00
Govindass 3a1ec76a0b
Delete EffSyncExecuteStatement.java 2019-09-30 15:27:26 +03:00
Govindass 2eb691cd69
Delete EffExecuteStatement.java 2019-09-30 15:27:16 +03:00
Govindass 6dbd2effb3
Delete plugin.yml 2019-09-30 15:26:48 +03:00
Govindass 88b76f1b5b
Add files via upload 2019-09-30 15:25:37 +03:00
Bryan Terce b692047878
0.2.1 Hotfix 2019-06-26 01:56:29 -07:00
Bryan Terce 3e57cae866
Fix sync execute logic (fixes #16) 2019-06-26 01:55:08 -07:00
Bryan Terce 1e95b818eb
0.2.0 Update 2019-06-22 12:12:27 -07:00
Bryan Terce 688ea9d46b
Manually fix README 2019-06-22 12:11:29 -07:00
Bryan Terce dd6d574479
Update README 2019-06-22 12:09:59 -07:00
Bryan Terce 1f6091eb95
Add synchronous execution flag 2019-06-22 12:09:17 -07:00
Bryan Terce 74d4918f44
Fix lifespan syntax 2019-06-22 12:05:22 -07:00
Bryan Terce 39bb3b0b72 Add some warnings for misusing SQL injection protection (#4) 2018-05-09 15:35:47 -07:00
Bryan Terce cef0c4c816 Add connection lifespan option 2018-02-19 13:24:34 -08:00
Bryan Terce 3016a3c078 0.1.1 update 2018-01-23 18:02:06 -08:00
Bryan Terce 3c485cf542 Cache connections with the same jdbc url (fixes #2) 2017-12-19 17:01:55 -08:00
Bryan Terce b3c5c36d28 Update SkriptDoclet 2017-11-29 22:23:21 -08:00