Macro LOCALLY-ENABLE-SQL-READER-SYNTAX — Globally enable square bracket reader syntax.
Macro
locally-enable-sql-reader-syntax =>
None.
Turns on the SQL reader syntax without changing the syntax state such that restore-sql-reader-syntax-state will re-establish the current syntax state.
Intended to be used in a file for code which uses the square bracket syntax without changing the global state.
#.(locally-enable-sql-reader-syntax) ... CODE USING SYMBOLIC SQL SYNTAX ... #.(restore-sql-reader-syntax-state)
Modifies the default readtable.
None.
None.
enable-sql-reader-syntax |
disable-sql-reader-syntax |
locally-disable-sql-reader-syntax |
restore-sql-reader-syntax-state |
The symbolic SQL syntax is disabled by default.