Nicolas Buduroi
Nicolas Buduroi
Look nice, I'm all for it, shouldn't be that hard to implement anyway.
I'll probably work on this only next week as I've started a new contract and I'm pretty busy this week. Also I'd like to test Marginalia output on Pallet, Hugo...
I've not tested that case not this might be fixed (at least partially) by #36.
Marginalia evaluates macros to handle def\* macros. To be able to strip the docstring wherever it is in the definition, it currently check the actual var docstring and strip it...
Well I'm not sure how I managed to push the Squeel join, this happen in a relatively complex bit of code. My controller send a scope (some are made using...
Sorry, I still hadn't had the time to look further into this but while moving to Rails 3.2 I've checked that the bug is still there and here's the stacktrace,...
Strangely enough, Squeel doesn't appear anywhere in the stacktrace. I really don't get it!
I've find out an even simpler way to handle this problem. JDBC's `DatabaseMetaData` class have a method called `getIdentifierQuoteString` that returns the character used or " " if delimited identifiers...
Started working on it (https://github.com/budu/clojureql/tree/quoted-identifiers) but I now realized this is much more work than I thought at first. While working on it I felt the strong need to restructure...
After discussing with Lau about this issue, we think it's better to add this feature before reworking the compiler. So we'll concentrate on getting the to-\* functions to support delimited...