2
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Sep 04, 2024 — Sep 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Streamline code; detect some more DDL commands More... over 11 years ago
Use LineEnding instead of hardcoded #10 so SQL errors are more comprehensible on Windows More... over 11 years ago
Cosmetic More... over 11 years ago
Start dealing with parameter problem in TSQLScript More... over 11 years ago
Cosmetic. More... over 11 years ago
Cosmetic; remark that TSQLScript will fail on FPC < 2.7.1 if you have parameters with : in your stored procedure text... :( More... over 11 years ago
Cosmetic; slight hardening of memory management More... over 11 years ago
Cosmetic More... over 11 years ago
Revert "Fix memory leak in querywindow" More... over 11 years ago
Revert "Cosmetic" More... over 11 years ago
Cosmetic More... over 11 years ago
Cosmetic More... over 11 years ago
Fix memory leak in querywindow More... over 11 years ago
Cosmetic More... over 11 years ago
Cosmetic More... over 11 years ago
More enumerations More... over 11 years ago
Memory leak More... over 11 years ago
More enumeration use. More... over 11 years ago
Be more conservative when detecting comments. Otherwise SQL like CREATE EXCEPTION CUSTOMER_CHECK 'Overdue balance -- can not ship.'; cannot be processed. More... over 11 years ago
Use enumeration instead of string which is hard to check More... over 11 years ago
Keep ibconnection open between operations. Use built in insert/update/delete sql generation from select query instead of turbobird code. More... over 11 years ago
Cosmetic More... over 11 years ago
Consolidate common includes/constants. Rename and harden ChangeQueryToUpdatable (it is not Bidi mode as unidirectional is a specific term regarding datasets: it means forward only) More... over 11 years ago
Consolidate common constants More... over 11 years ago
Cosmetic More... over 11 years ago
Cosmetic: shorten up main treeview selection code More... over 11 years ago
Cosmetic: remove unused variables, units More... over 11 years ago
Cosmetic More... over 11 years ago
Script/comparison: initial support for domain collation. No support for character set yet. More... over 11 years ago
Follow isql -x rather than FlameRobin when creating primary key and foreign key constraints: do not specify system-generated (INTEG_...) constraints. More... over 11 years ago