Alexander Hartmaier

Results 96 comments of Alexander Hartmaier

I canโ€˜t find the text, saying that `OCILobRead2` isnโ€˜t allowed in poll mode. The linked docs even mention it as an example for poll mode usage.

Have you set TNS_ADMIN to the directory where your tnsnames.ora file is stored?

TNS_ADMIN should only contain the directory, not the filename.

Does the tnsnames.ora entry work with other clients?

SQL *is* a DSL for relational databases, why would one invent one on top of it? For me it's still not clear what the goal of this PR is. Defining...

It's called 'standardization' which Perl 6 does finally for such basic types like DateTimes so you don't end up with multiple modules in the dependency chain doing the same thing...

Date(Time) Perl 6 types should work transparent with the corresponding RDBMS types. Losing precision on storage might happen and should be documented. Is there than that which we could do?

Yes, I was thinking about the same thing! I'd use roles to signal supported features, does that make sense?

I prefer security by default but it should be documented to make it clear and tell the user what needs to be done to use it in a secure way.

Currently the extension settings for Include Paths say `Array of paths added to @INC. You can use $workspaceRoot as a placeholder.`. `$workspaceRoot/lib` didn't work for me, but `$workspaceFolder/lib` did. The...