Commit graph

4 commits

Author SHA1 Message Date
Eelke Klein
37e8882a3c New syntax highlighter not complete.
- Supports comments
- more efficient as it scans the text block instead of repeatedly searching throught the whole block
- type matching based on catalog (but need to add aliases manually)
- added many keywords

todo:
- heap corruption bug
- symbol stops at special char like parenthese or operator or something similar.
2017-02-07 21:39:45 +01:00
Eelke Klein
4a2c6cc396 Miscellaneous changes. Including a copy action. 2017-02-04 11:55:49 +01:00
Eelke Klein
5a35fa6a30 Implemented the loading of the list of types into the database catalogue. 2017-02-01 20:09:04 +01:00
Eelke Klein
424cbc9e2e Started with classes for keeping track of the database schema.
Class to represent the contents of pg_type catalog table.
2017-01-25 06:53:30 +01:00