Aaron William West

Results 5 comments of Aaron William West

This error, "ERROR Could not read input: The variable PGLOADER.USER-SYMBOLS::[myfieldname] is unbound" occurred for me when [myfieldname] was in the destination table, but not in my input file. To eliminate...

NULL seems to work: ``` diff --git a/src/sources/mssql/sql/list-all-indexes.sql b/src/sources/mssql/sql/list-all-indexes.sql index 4278032..d68f196 100644 --- a/src/sources/mssql/sql/list-all-indexes.sql +++ b/src/sources/mssql/sql/list-all-indexes.sql @@ -8,7 +8,7 @@ co.[name] as ColumnName, i.is_unique, i.is_primary_key, - i.filter_definition + null as...

The client (your Common Lisp program) shouldn’t care, I think, as long as the result set has the same columns and datatypes? I’ve used dynamic SQL many times with no...

(Oh it’s probably your templating logic and need to double quotes-within-quotes within the template text, which is problematic) > On Apr 11, 2020, at 9:32 AM, Aaron West wrote: >...

You might find something interesting in my script https://github.com/tallpeak/AHK/blob/main/GTA/AFKMoney/RyzenAdj.ahk