Dimitri Fontaine
Dimitri Fontaine
Could you write a SQL CASE expression that returns `i.filter_definition` in recent version of SQL Server and NULL with version 2005 or before? In Postgres I would use `current_setting('server_version_num')::int <...
Well that's T-SQL rather than “just” a query, I was thinking it might be possible to avoid having to sort to non-SQL logic there (and EXEC)... so I will cook...
Hi @iamnumlock ; can you give us the result of the MySQL catalog query that pgloader uses to determine the data types on the source database? ``` sql select c.table_name,...
Apparently we need a kind of a wrapper in the form of a supported Lambda function (in either Node, Python or Java) that would then run our static binary from...
The pgloader binary is self-contained except from some .so dependencies. My understanding is that those `libssl` and `libsqlite` and `freetds` are problems in the lambda framework, right? I've been told...
It is indeed using dlopen IIUC... it might be possible to build a static binary, but I don’t know how. Maybe you could get help from SBCL people?
I'm quite interested into your result, can't wait to read your post!
The `cl-abnf` code hasn't seen many usage yet, so please consider improving it by sending pull requests if you're an interested user. Welcome to the project!
Do you want to propose a patch?
``` +(defun cssh-newline-and-prompt () + "NOT IMPLEMETED.") ``` Why doing that?