-
Notifications
You must be signed in to change notification settings - Fork 34
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: kkharji/sqlite.lua
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: kkharji/sqlite.lua
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 9 files changed
- 2 contributors
Commits on Sep 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9b4111f - Browse repository at this point
Copy the full SHA 9b4111fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92ebda8 - Browse repository at this point
Copy the full SHA 92ebda8View commit details
Commits on Sep 18, 2021
-
This used to work, but maybe with new versions of sumneko_lua. It stopped working.
Configuration menu - View commit details
-
Copy full SHA for edf642e - Browse repository at this point
Copy the full SHA edf642eView commit details
Commits on Sep 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ee1ad88 - Browse repository at this point
Copy the full SHA ee1ad88View commit details
Commits on Sep 21, 2021
-
feat(sqlite): make opts.lazy false by default and add opts.keep_open
Before lazy was default and there was no way of changing that. I've decided to make it optional because it seems that: 1. People expects sqlite {} or sqlite:extend {} to create all the defined table in advance. 2. Performance impact of initializing db object is only 1.0 slower in microseconds, so it seems to not be as important as I thought it would: ```lua -- test/lazy.lua Benchmark #1: 'Logical Component' Time(mean ± σ): 23.7 μs ± 18.7 μs Range(min … max): 17.4 μs … 102.3 μs 20 runs Benchmark #2: 'Full Initialization' Time(mean ± σ): 28.7 μs ± 12.9 μs Range(min … max): 24.1 μs … 83.1 μs 20 runs Summary 'Logical Component' ran 1.2 ± 1.1 times faster than 'Full Initialization' ```Configuration menu - View commit details
-
Copy full SHA for 8e47074 - Browse repository at this point
Copy the full SHA 8e47074View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c34767 - Browse repository at this point
Copy the full SHA 6c34767View commit details -
📝 add powered by sqlite.lua section
Great for user wanting some inspiration to get started with sqlite.lua
Configuration menu - View commit details
-
Copy full SHA for 6b4110e - Browse repository at this point
Copy the full SHA 6b4110eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d89dc1 - Browse repository at this point
Copy the full SHA 3d89dc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4335cb6 - Browse repository at this point
Copy the full SHA 4335cb6View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.1.0...v1.2.0