2
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Aug 29, 2024 — Aug 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Start using shared unit More... over 11 years ago
Start moving shared non-GUI code to separate unit More... over 11 years ago
Move some object create/frees to form Create and Destroy event to be sure they always run. More reliable than having to manually call init and keep track. Probably solves some memory leaks. Cosmetic: enforce naming convention: prepend F for all private/protected class members but not public/published More... over 11 years ago
Cosmetic; use lowercase field names More... over 11 years ago
Cosmetic: "Secondary Index" is not a commonly known database term but used here in contrast to primary; clarified this More... over 11 years ago
Fields GUI query: add support for detecting domain based datatypes, array datatyes. Cosmetic: some renames, updated todo list. More... over 11 years ago
Fix error getting Field_Type for fields More... over 11 years ago
Cosmetic More... over 11 years ago
Add support for domain character sets. Show collation and character set in domain GUI. Don't abort debug builds if senddebug fails (e.g. due to server not running). More... over 11 years ago
Cosmetic More... over 11 years ago
Roles/procedures: support "with grant option" permissions. Part of issue #16 More... over 11 years ago
Add support for scripting columns that are domain types - part of issue #16. Speed up table fields metadata queries. More... over 11 years ago
Align column default value fieldname with underlying Firebird RDB$RELATION_FIELDS fieldname to decrease confusion about what field is actually used. The old field name actually looks like another field (the BLR source) in RDB$RELATION_FIELDS. More... over 11 years ago
Cosmetic More... over 11 years ago
Support precision for decimal/numeric datatypes; part of issue #16 More... over 11 years ago
Support for blob subtype (text, binary, BLR...) in db scripting. Part of issue #16 More... over 11 years ago
Further domain check support (in db comparison). Part of issue #16 More... over 11 years ago
Domains: add support for check constraints in scripting. To do: display in GUI and verify use in comparison More... over 11 years ago
Cosmetic More... over 11 years ago
Add support for scripting check constraints for tables (part of issue #16). To do: check constraints for domains; comparison functions for check constraints. More... over 11 years ago
Cosmetic More... over 11 years ago
FPC trunk compilation fix More... over 11 years ago
Inadvertently removed More... over 11 years ago
Use FPC trunk sqlscript instead of modified 2.6.4 version More... over 11 years ago
Revert "Use FPC trunk sqlscript instead of modified 2.6.4 version" More... over 11 years ago
Use FPC trunk sqlscript instead of modified 2.6.4 version More... over 11 years ago
Simplify query storage in querywindow a bit. Use http://wiki.lazarus.freepascal.org/DebugServer instead of LazLogger for logging as it's probably more suited for multithreaded applications More... over 11 years ago
Fix collate clause trailing spaces More... over 11 years ago
querywindow: change manual memory management to automatic More... over 11 years ago
Implement diagnostic logging when built in debug mode. Pass --debug-log=log.txt as an argument when starting turbobird to save the output More... over 11 years ago