This website requires JavaScript.
5a81846081
Merge pull request 'Alternative method to provide dynamic arguments into sql query' (#28 ) from szumielxd/skript-db:master into master
master
Govindas
2025-02-09 10:43:49 +00:00
39cbb6b397
Merge pull request 'cleaning' (#1 ) from cleaning into master
szumielxd
2025-01-30 01:48:13 +00:00
99be47d4d3
Added additional arguments info in prepared statement warning
szumielxd
2025-01-30 02:41:32 +01:00
0670f88a4e
Code cleanup
szumielxd
2024-07-24 16:01:44 +02:00
41881dbb7d
Fixed missing 'string' field in Skript 2.8
szumielxd
2024-07-24 14:31:49 +02:00
2dc1f70f4f
Removed some duplicated code and improved readability
szumielxd
2024-07-24 14:08:08 +02:00
110f3982ad
Added option to provide PreparedStatement-like query argument binding
szumielxd
2024-07-18 00:45:02 +02:00
52d111dbfa
Ignore Eclipse internal files
szumielxd
2024-07-17 20:36:23 +02:00
4de7dff0ad
Added missing Skript repository
szumielxd
2024-07-17 20:26:07 +02:00
c11980eea5
Improve documentation in README.md
Govindas
2023-03-30 18:58:59 +03:00
4124994b83
Support selecting sql driver at connection time & update dependencies
Govindas
2023-03-30 15:19:23 +03:00
cf61d7589b
Update README.md
1.3.9
Govindas
2022-12-08 22:09:39 +02:00
4d4af1622e
Update README.md
Govindas
2022-12-08 22:01:07 +02:00
af25e695f0
Update README.md
Govindas
2022-12-08 22:00:30 +02:00
54e260e56b
Small config fix & shade PostgreSQL driver
Govindas
2022-12-08 21:54:08 +02:00
587f303ba5
Add max-connection-lifetime to config
Govindas
2022-12-08 21:40:28 +02:00
8586aeefcd
Re-add thread-pool-size config option, fixes #19
Govindas
2022-12-08 21:33:09 +02:00
eb89699ed5
Fix no vars if execute is last line & fix code cleanup
1.3.8
Govindas
2022-12-08 19:58:06 +02:00
f92b16a09f
Code cleanup, better skript 2.6.1 support, update mariadb driver, possible bugfix, add example to README
Govindas
2022-12-08 18:48:53 +02:00
dbce1d33f9
Revert minimizeJar due to bug & fix sync queries in non-main thread
1.3.7
Govindas
2022-12-08 17:59:45 +02:00
a97ba3aee8
Merge pull request 'Small Improvements' (#20 ) from rigbot/skript-db:master into master
Govindas
2022-08-18 09:48:59 +00:00
bf5429634a
Minimize Jar [pom.xl]
rigbot
2022-08-18 09:45:40 +00:00
abd2d6fe03
Update 'pom.xml'
rigbot
2022-08-18 09:44:50 +00:00
2cc46fdae5
Unnecessary Import [EffExecuteStatement.java]
rigbot
2022-08-18 09:43:54 +00:00
4fee9f2898
Update 'pom.xml'
rigbot
2022-08-18 09:41:44 +00:00
bbbfb83518
Small Changes [pom.xml]
rigbot
2022-08-18 09:41:10 +00:00
f51db586ef
Document supported Minecraft server versions
Govindas
2022-08-12 08:38:18 +00:00
3466a04ec8
Fix null pointer exception
1.3.6
Govindas
2022-03-21 17:28:59 +02:00
d0191007a5
Fix mistake in readme
Govindas
2022-03-20 11:30:51 +01:00
b1df041ccb
Update 'README.md'
Govindas
2022-03-20 11:29:17 +01:00
b9e14652ea
Update 'README.md'
Govindas
2022-03-20 11:28:55 +01:00
0098450441
Update 'README.md'
Govindas
2022-03-20 11:28:25 +01:00
9c41039217
Update 'README.md'
Govindas
2022-03-20 11:27:35 +01:00
46a72639af
Add config to readme
Govindas
2022-03-20 11:26:33 +01:00
cbd1565896
Add installation to readme
Govindas
2022-03-20 11:21:59 +01:00
0332ad9334
If we're moving to Java 9, let's move to Java 11 as it is LTS
1.3.5
Govindas
2022-03-20 12:08:41 +02:00
32f40af484
Fix blob column types & Use Java 9
Govindas
2022-03-20 11:57:25 +02:00
2a24a974ef
Update dependency, performance improvement
1.3.4
Govindas
2022-01-28 15:06:16 +02:00
d80df616c3
Update dependencies
Govindas
2022-01-23 11:39:02 +02:00
0b3b183a14
Fix compilation
Govindas
2021-10-18 13:52:07 +03:00
70fa7b7105
1.3.3
Govindas
2021-06-26 13:12:55 +03:00
c85d579645
fix expressions in queries, thanks to TPGamesNL
Govindas
2021-06-26 13:10:19 +03:00
1e039c1bfe
fix skript 2.6 support
Govindas
2021-06-24 18:28:51 +03:00
2a4d7f6a6d
add null check on locals
Govindas
2021-06-24 15:21:06 +03:00
2dcd4edf58
reformat code (thanks TPGamesNL)
Govindas
2021-06-22 21:26:46 +03:00
9b694206d3
Update README.md
Govindas
2021-05-12 13:17:58 +03:00
d8cb6fedb5
finish experimental (disabled) on complete of sql query event
Govindas
2021-05-12 13:17:42 +03:00
2eda1418cf
Add Java 8 support
Govindas
2021-05-12 12:20:13 +03:00
83d2795519
set api version to 1.13
Govindas
2021-05-07 15:42:01 +03:00
66459c6190
Merge pull request #10 from ham1255/master
Govindas
2021-05-04 14:02:42 +00:00
35cfb0b4bb
Fixed Govindas weirdness on project files
mohammed jasem alaajel
2021-05-04 18:00:16 +04:00
b1ef437b96
partially fixed pom.xml
Govindas
2021-05-04 16:46:46 +03:00
4da64624d8
Fix pom.xml & update HikariCP
Govindas
2021-04-30 11:50:23 +03:00
0c16b98553
make sql auto sync if not main thread
Govindas
2021-03-16 15:05:26 +02:00
9e7c5fcbee
Preparations for quicker queries (no 50ms delay) feature
Govindas
2021-03-03 14:27:09 +02:00
8b3d26cf78
Update README.md
Govindas
2021-02-12 12:44:58 +02:00
5a22864650
remove thread pool config option & Use CachedThreadPool to make sure all threads are used properly
Govindas
2021-02-12 12:43:57 +02:00
05554a0043
1.2.1
Govindas
2021-02-09 14:25:35 +02:00
f6a43f0b53
Make config more informative
Govindas
2021-02-07 17:22:07 +02:00
5803be55b7
Support missing config options
Govindas
2021-02-07 17:20:00 +02:00
d57b921b4f
Shade MariaDB driver & add configurable driver class to config
Govindas
2021-02-06 13:56:48 +02:00
4fd654c743
bump HikariCP version
Govindas
2021-02-05 11:15:21 +02:00
233d21a30b
Fix memory leak introduced by last commit
Govindas
2021-02-01 14:11:01 +02:00
8e760c4d8b
Merge branch 'master' of https://github.com/Govindass/skript-db
Govindas
2021-02-01 13:58:17 +02:00
fe2231ae23
Update README.md
Govindas
2021-01-18 14:59:08 +02:00
a132912f6b
Switch from gradle to maven (preference) and optimize code
Govindas
2021-02-01 13:58:13 +02:00
d4f9a394fd
Add synchronous syntax to readme
Govindas
2020-07-31 11:52:58 +03:00
a63a4c6d6f
Fix local variables in sql queries within the same tick & first startup errors
Govindas
2020-07-31 11:50:44 +03:00
11063c166d
Bump HikariCP 3.4.3 -> 3.4.5
Govindas
2020-06-24 08:19:09 +03:00
b5f2d56263
Remove debug message
Govindas
2020-05-20 14:18:23 +03:00
8b5121d5fb
Make thread pool configurable
Govindas
2020-05-18 15:34:43 +03:00
b435696385
Add synchronous support on current thread
Govindas
2020-05-18 13:20:01 +03:00
4d795edf01
Merge FranKusmiruk's Pull Request
Govindas
2020-05-02 20:25:36 +03:00
2570408906
add gradle fatJar task
Govindas
2020-05-02 20:02:25 +03:00
8d94a85779
Update HikariCP, should fix a lot of issues
Govindas
2020-05-02 19:48:35 +03:00
6d0ec81e2e
Remove unused class
Govindas
2020-05-02 19:30:48 +03:00
c4379d45b7
add synchronous
Govindas
2019-09-30 15:28:32 +03:00
434ea07410
Delete EffSyncExecuteStatement.java
Govindas
2019-09-30 15:27:26 +03:00
8ca308802f
Delete EffExecuteStatement.java
Govindas
2019-09-30 15:27:16 +03:00
2ce1dd924e
Delete plugin.yml
Govindas
2019-09-30 15:26:48 +03:00
b20740b020
Add files via upload
Govindas
2019-09-30 15:25:37 +03:00
8864ed4b30
1.3.3
1.3.3
Govindas
2021-06-26 13:12:55 +03:00
b815f50cf2
fix expressions in queries, thanks to TPGamesNL
Govindas
2021-06-26 13:10:19 +03:00
310536c085
fix skript 2.6 support
Govindas
2021-06-24 18:28:51 +03:00
4499355148
add null check on locals
1.3.2
Govindas
2021-06-24 15:21:06 +03:00
131ab77c91
reformat code (thanks TPGamesNL)
Govindas
2021-06-22 21:26:46 +03:00
db5174508f
Update README.md
Govindas
2021-05-12 13:17:58 +03:00
4cc0d0ba4e
finish experimental (disabled) on complete of sql query event
Govindas
2021-05-12 13:17:42 +03:00
6e1e3ce14b
Add Java 8 support
1.3.1
Govindas
2021-05-12 12:20:13 +03:00
aa65a4e7e8
set api version to 1.13
Govindas
2021-05-07 15:42:01 +03:00
d00fc2b6a0
Merge pull request #10 from ham1255/master
Govindas
2021-05-04 14:02:42 +00:00
a72da39839
Fixed Govindas weirdness on project files
mohammed jasem alaajel
2021-05-04 18:00:16 +04:00
d98bc34b38
partially fixed pom.xml
Govindas
2021-05-04 16:46:46 +03:00
ce64eda9e2
Fix pom.xml & update HikariCP
Govindas
2021-04-30 11:50:23 +03:00
d9f95ac101
make sql auto sync if not main thread
Govindass
2021-03-16 15:05:26 +02:00
fbb35937e6
Preparations for quicker queries (no 50ms delay) feature
Govindass
2021-03-03 14:27:09 +02:00
852e5e0477
Update README.md
Govindas
2021-02-12 12:44:58 +02:00
7620da85f1
remove thread pool config option & Use CachedThreadPool to make sure all threads are used properly
Govindass
2021-02-12 12:43:57 +02:00
e3a6cc1fca
1.2.1
1.2.1
Govindass
2021-02-09 14:25:35 +02:00
678d6d49d8
Make config more informative
Govindass
2021-02-07 17:22:07 +02:00