-
-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get SQL databases working again #7653
Open
TheLimeGlass
wants to merge
40
commits into
SkriptLang:dev/feature
Choose a base branch
from
TheLimeGlass:enhancement/sql
base: dev/feature
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,296
−786
Open
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
b22d87f
Progress so far
TheLimeGlass 1cac4d8
Merge branch 'master' of https://github.com/SkriptLang/Skript into en…
TheLimeGlass b35fa99
Finalize SQL database system
TheLimeGlass 5babe26
Remove comments
TheLimeGlass 19e3848
Remove SQLibrary
TheLimeGlass 038cfdd
Complete SQL rework
TheLimeGlass b733bc9
Formatting
TheLimeGlass 31ce091
Tackle some todo list nodes
TheLimeGlass f55d702
Class check
TheLimeGlass 3f7b78a
Update to dev/feature
TheLimeGlass 47f0adf
Apply changes
TheLimeGlass 0117ad9
changes
TheLimeGlass c01537f
Add SkriptAddon reference to the storage
TheLimeGlass f18dac0
Add SQLite tests
TheLimeGlass d441bda
Fix MySQL
TheLimeGlass 8f60b01
licence
TheLimeGlass 18670ac
Merge branch 'dev/feature' into enhancement/sql
TheLimeGlass b1e35a2
Merge branch 'dev/feature' into enhancement/sql
TheLimeGlass e758d56
Merge branch 'dev/feature' into enhancement/sql
TheLimeGlass b791ffe
Complete MySQL
TheLimeGlass 4afaacb
Merge branch 'dev/feature' into enhancement/sql
Moderocky c3d07b1
Merge branch 'dev/feature' into enhancement/sql
TheLimeGlass 46ee7fa
Fix java21 folder reference'
TheLimeGlass 7dad632
Better get method design. Monitor changes fixes. SQL tweaks
TheLimeGlass 2c71679
Undo rowid SQLite test
TheLimeGlass fadcc0d
Merge branch 'dev/feature' into enhancement/sql
TheLimeGlass e3fd27f
Merge branch 'dev/feature' into enhancement/sql
TheLimeGlass 427f0ee
Conflicts
TheLimeGlass d6c2608
Conflicts
TheLimeGlass cb9842f
Code cleaning and security
TheLimeGlass 8be6d63
Code cleaning and security
TheLimeGlass 980ddfd
Update Hikari and H2
TheLimeGlass 37314d3
Merge branch 'dev/feature' into enhancement/sql
TheLimeGlass 217ecfd
git conflicts
TheLimeGlass ecb416f
Aliases
TheLimeGlass 3a2f722
More git conflicts
TheLimeGlass 349b1c2
Git conflicts for 2.10.1
TheLimeGlass 8877860
Apply suggestions from code review
TheLimeGlass 8b94207
Update src/main/java/ch/njol/skript/variables/JdbcStorage.java
TheLimeGlass a8cf8cd
Merge branch 'dev/feature' into enhancement/sql
TheLimeGlass File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't be in this pr