Juan I. Carlis
Results
2
comments of
Juan I. Carlis
I finally solved it by changing some keywords to upper case: ```vim let s:sqlserver = { \ 'args': ['-h-1', '-W', '-s', '|', '-Q'], \ 'foreign_key_query': trim(s:sqlserver_foreign_keys_query), \ 'schemes_query': 'SELECT schema_name...
I've investigated further and found that the capitalization behavior is originating from the plenary.curl module, specifically in the parse.headers function. This function was automatically capitalizing the headers, which led to...