-
Notifications
You must be signed in to change notification settings - Fork 12
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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: alicebob/sqlittle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: refs
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: alicebob/sqlittle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 24 files changed
- 3 contributors
Commits on Mar 18, 2020
-
Merge pull request #31 from alicebob/refs
support "REFERENCES" in column defs
Configuration menu - View commit details
-
Copy full SHA for 16dcf4b - Browse repository at this point
Copy the full SHA 16dcf4bView commit details
Commits on Apr 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 478877b - Browse repository at this point
Copy the full SHA 478877bView commit details
Commits on Apr 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3b19a46 - Browse repository at this point
Copy the full SHA 3b19a46View commit details -
refactor sqlite locking constants
constants are shared between os lock implementations, so move them out of os-specific files also camelcases them
Configuration menu - View commit details
-
Copy full SHA for 8532e88 - Browse repository at this point
Copy the full SHA 8532e88View commit details -
Merge pull request #33 from ecordell/win-pager
Add a pager for windows
Configuration menu - View commit details
-
Copy full SHA for 528efd8 - Browse repository at this point
Copy the full SHA 528efd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 932e06a - Browse repository at this point
Copy the full SHA 932e06aView commit details
Commits on May 6, 2020
-
let's make a database/sql driver (#32)
* driver skeleton * comments * basic tablescan * '*' is a special token * parse the query and get the tablename from the SELECT If it's a SELECT, otherwise we'll complain. * Update driver/driver.go Co-Authored-By: Sebastien Binet <[email protected]> * use the current Go version * add db.Columns() method * use the main sqlittle to access the tables It already has all the details about columns and rows, which can get weird sometimes. * don't pretend Exec() works * support column names in SELECT It doesn't yet error on invalid column names. * introduce `SelectDone()`, which can stop iterating * make rows.Close() stop the iterating, no go routine leak * don't drop the error for invalid column names "invalid column" errors will only be returned via rows.Err() for now. * implement QueryContext instead * test for QueryRow Nothing we need to do to support that function, but just a test to be sure it really works. * no more autoreadme :( It doesn't support Go modules. Any alternative? * add driver to the main README * comment typo * be more explicit about the implemented interfaces Co-authored-by: Sebastien Binet <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e4b4152 - Browse repository at this point
Copy the full SHA e4b4152View commit details
Commits on Jun 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 142d147 - Browse repository at this point
Copy the full SHA 142d147View commit details
Commits on Jan 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 949ca90 - Browse repository at this point
Copy the full SHA 949ca90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63757c5 - Browse repository at this point
Copy the full SHA 63757c5View commit details
Commits on Feb 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4edd256 - Browse repository at this point
Copy the full SHA 4edd256View 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 refs...master