index
:
litterbox
this commit
master
IRC logger
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
database.h
(
follow
)
Commit message (
Expand
)
Author
Age
*
Implement the causal.agency/consumer capability
June McEnroe
2020-02-28
*
Add -b flag for live backup
June McEnroe
2020-01-14
*
Add columnsize = 0 option to FTS index
June McEnroe
2020-01-14
*
Bump busy timeout to 10s
June McEnroe
2020-01-11
*
Enable SQLite WAL
June McEnroe
2020-01-04
*
Factor out hashing function
June McEnroe
2020-01-01
*
Join with USING wherever possible
June McEnroe
2019-12-30
*
Use X macro for Type enum
June McEnroe
2019-12-30
*
Run PRAGMA optimize in dbClose
June McEnroe
2019-12-28
*
Treat topics like motds
June McEnroe
2019-12-25
*
Insert MOTDs into the database
June McEnroe
2019-12-25
*
Insert existing topics into the database
June McEnroe
2019-12-25
*
It's The Big Refactor
June McEnroe
2019-12-24
*
Take optional explicit path in dbFind
June McEnroe
2019-12-23
*
Factour out verbose, dbStep+reset
June McEnroe
2019-12-23
*
Rewrite litterbox statements with functions
June McEnroe
2019-12-18
*
Use sqlite3_bind_int
June McEnroe
2019-12-18
*
Separate dbBindText wrappers to allow for transient
June McEnroe
2019-12-17
*
Use parameter names for all binds
June McEnroe
2019-12-17
*
Move ARRAY_LEN to database.h
June McEnroe
2019-12-16
*
Style cleanup
June McEnroe
2019-12-13
*
Index network, context, nick, user, target, message in FTS
June McEnroe
2019-12-13
*
Use a macro to write SQL as C tokens without quotes
June McEnroe
2019-12-13
*
Fold networks into contexts
June McEnroe
2019-12-06
*
Rename IDs to nouns and join with USING
June McEnroe
2019-12-06
*
Add eventsDelete trigger
June McEnroe
2019-12-06
*
Import in one transaction per file
June McEnroe
2019-12-05
*
Add prepare and bind helpers
June McEnroe
2019-12-05
*
Set busy timeout
June McEnroe
2019-12-05
*
Make user and host NOT NULL as well
June McEnroe
2019-12-02
*
Enable foreign key enforcement
June McEnroe
2019-12-02
*
Implement DB initialization and migration
June McEnroe
2019-12-02
*
Rename header file to database.h
June McEnroe
2019-12-01