openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
L
libsql
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 17 hours
ago. based on code collected
1 day
ago.
Aug 23, 2025 — Aug 23, 2026
Showing page 1,091 of 1,123
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
More documentation updates. (CVS 951)
drh
More...
over 23 years ago
- added entry for ATTACH DATABASE. - added entry for DETACH DATABASE. - added soundex() function. - added some new TEMP modifiers. - added new VACUUM behavior. - added the Oracle8 outer join "(+)" syntax. - documented the modulus/remainder operator %. - added ALL as alternative to DISTINCT in SELECT. - fixed assignment list in UPDATE to use * metacharacter. - fixed value in PRAGMA to be optional. - added link from INSERT topic to REPLACE. - added optional CONSTRAINT <name> before column constraints. - skip 2 lines before each Section in the TCL source. (CVS 950)
jplyon
More...
over 23 years ago
Additional tests of the new flattener added. Ticket #272. (CVS 949)
drh
More...
over 23 years ago
Enhance the query flattener to handle subqueries that are joins. All regressions pass but new tests need to be added before release. Ticket #272. (CVS 948)
drh
More...
over 23 years ago
VDBE cursors numbers for tables in a join do not have to be consecutive. This is one step on the road to fixing ticket #272. (CVS 947)
drh
More...
over 23 years ago
Correctly create an index that uses an INTEGER PRIMARY KEY as one of columns to be indexed. (CVS 946)
drh
More...
over 23 years ago
In the shell tool, delay opening the database until it is needed but also make sure it is opened before trying to use the "db" pointer. Ticket #302. (CVS 945)
drh
More...
over 23 years ago
Accept a "/" or "go" on a line by itself as an SQL statement terminator in the command-line shell. This allows SQL Server and Oracle scripts to be played into SQLite without change. (CVS 944)
drh
More...
over 23 years ago
Allow the ASC or DESC keyword to appear after a column name in a CREATE INDEX statement. SQLite indices are aways ASC (ascending) regardless of which keyword is used. (CVS 943)
drh
More...
over 23 years ago
The sqlite_complete() function should ignore carriage-return characters. (Oops - some unrelated edits also made it into this check-in.) (CVS 942)
drh
More...
over 23 years ago
In the test code, make several attempts to convert a pointer to a string and test each attempt to make sure it works before returnning, in order to work around incompatibilities between various systems. Ticket #284. (CVS 941)
drh
More...
over 23 years ago
Fix the shell tool to do a better job of ignoring whitespace. Ticket #234. (CVS 940)
drh
More...
over 23 years ago
Only print the "Loading resources from..." line when the output is a TTY. Ticket #168. (CVS 939)
drh
More...
over 23 years ago
Do not use the return value of fcntl() to find the reason that it failed. Use errno instead. Tickets #240 and #270. (CVS 938)
drh
More...
over 23 years ago
Fix the sqlite_complete() routine so that it recognizes /*...*/ comments. Ticket #277. (CVS 937)
drh
More...
over 23 years ago
Report the correct authorization context in the authorization callback when coding an INSTEAD OF trigger on an update or delete. (CVS 936)
drh
More...
over 23 years ago
Add tests to insure VACUUM works in the presence of I/O errors. Fix some problems that came to light by these tests. (CVS 935)
drh
More...
over 23 years ago
Work around a name collision problem on windows. (CVS 934)
drh
More...
over 23 years ago
Make VACUUM work even if multiple processes have the database open at once. (CVS 933)
drh
More...
over 23 years ago
Explicit casts to squelch bogus warnings for vc++. Ticket #194. (CVS 932)
drh
More...
over 23 years ago
Get VACUUM working again - with test cases. Some other minor cleanups. (CVS 931)
drh
More...
over 23 years ago
Fix some issues with INSTEAD OF triggers. (CVS 930)
drh
More...
over 23 years ago
Remove the begin_hook and commit_hook APIs. They were a bad idea. Add a "trace" method to the TCL interface. (CVS 929)
drh
More...
over 23 years ago
Update the authorizer API so that it reports the database that table and indices belong to and so that it reports when actions are taken in response to a trigger. (CVS 928)
drh
More...
over 23 years ago
Check for readline libs now adds appropriate curses or termcap lib when needed (CVS 927)
paul
More...
over 23 years ago
Add support for TEMPORARY triggers. Such triggers can write temporary or permanent tables. (CVS 926)
drh
More...
over 23 years ago
Add more tests for the in-memory database. (CVS 925)
drh
More...
over 23 years ago
Added tests for the in-memory database backend. Also updated some comments in other modules. (CVS 924)
drh
More...
over 23 years ago
Align config vars controlling in-memory DB with code (CVS 923)
paul
More...
over 23 years ago
Reset pCur->eSkip on a MoveTo (CVS 922)
paul
More...
over 23 years ago
←
1
2
…
1087
1088
1089
1090
1091
1092
1093
1094
1095
…
1122
1123
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree