1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-02-23 09:07:37 +01:00

- used package local nicknames instead uf using 'sxql' and 'sxql-composer', to prevent names conflicts.

This commit is contained in:
cage 2025-01-28 19:47:11 +01:00
parent efbb52ad22
commit 2c6c22ae9f
2 changed files with 304 additions and 302 deletions

File diff suppressed because it is too large Load Diff

View File

@ -922,13 +922,13 @@
(:use
:cl
:cl-ppcre
:sxql
:sxql-composer
:config
:constants
:db-utils
:text-utils)
(:local-nicknames (:a :alexandria))
(:local-nicknames (:a :alexandria)
(:s :sxql)
(:sc :sxql-composer))
(:export
:+db-true+
:+db-false+