On Sat, Dec 11, 2010 at 12:17, Marijn Haverbeke wrote:
>> But it seems (:dot 'scheme-name 'table-name) format is supported only
>> in queries? How can I select an schema in database?
>
> The table-name has to be a string, and is not evaluated. You could
> just do (:table-name "schema_name.table_na
> But it seems (:dot 'scheme-name 'table-name) format is supported only
> in queries? How can I select an schema in database?
The table-name has to be a string, and is not evaluated. You could
just do (:table-name "schema_name.table_name"). Or use #.(sql (:dot
'foo 'bar)).
___