IABSD.fr/ports/databases/sqlitebrowser/patches

Branch :


Log

Author Commit Date CI Message
81b71624 2026-03-07 12:09:32 update sqlitebrowser to a git checkout build with the new Qt6 support, removing the last remaining use of the Qt5 version of QScintilla add optional sqlcipher flavour
22ff0a2a 2024-12-24 05:19:21 Update to sqlitebrowser-3.13.1.
7f4a2f7e 2024-10-13 19:58:04 databases/sqlitebrowser: update to 3.13.0 changelog: https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.13.0 feedback from and OK caspar@
b5b5a152 2020-06-19 19:54:24 Update to sqlitebrowser 3.12.0 https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/3.12.0 numerous fixes and improvements, patch merged upstream. Also tested by Caspar Schutijser, thanks!
94fee18e 2018-05-29 19:34:31 Link with editors/qscintilla,qt5, as a side effect fixes build with upcoming cmake 3.11.2.
f5d39f5d 2014-07-13 15:43:05 Long overdue update to sqlitebrowser 3.2.0. Moved to github and qt4.
9b5a0253 2012-03-17 22:50:56 getline -> get_line
d3edd1fb 2009-08-28 07:57:03 tweak things a bit more to use the system sqlite3 (e.g., stop fucking around with internal functions)
99251f39 2009-08-14 12:44:26 let sqlitebrowser see views as well as tables.
262630b8 2008-07-24 10:06:42 sqlite3IsNumber and sqlite3StrNICmp are internal sqlite functions, which sqlbrowser shouldn't use for now it's the best if it uses its own sqlite spotted by naddy@ in his bulk build, a while ago "go ahead and fix it" bernd@, ok kurt@