Nathan Sculli

Results 8 comments of Nathan Sculli
trafficstars

Is there anyone working on this? If not, I wouldn't mind having a go at it. I believe that checking for a header token and then falling back to the...

OSX 10.13.4 tmux 2.6 Having the same issue with using the key bindings, not receiving any error output. However, when I call the `install_plugins.sh` directly I receive the following error:...

Thank you for pointing me in the right direction. I just was able to go back and change the code to use quaint instead of my SQL file. ```rust .value(...

Should I close this issue or leave it open to track adding examples?

I'm running into another issue here. I have a value column which I need to alias. Currently I don't see that it's possible in the released version. ```rust Select::from_table("employee") .column(("employee",...

Thank you for adding this. I made a question against the PR: https://github.com/prisma/quaint/pull/123/files#r416723220 Also, when do you expect to have version "0.2" to be released? (working in regulated environments is...

I would love to, however, I've never actually used MSSQL server.

My apologies for missing this. Currently that syntax is not supported. Is this a SQLite specific syntax or is it standard ANSI/ISO SQL? On MySQL v8 I'm receiving syntax errors...