macaque icon indicating copy to clipboard operation
macaque copied to clipboard

Results 12 macaque issues
Sort by recently updated
recently updated
newest added

This should be safe, but it may breaks other people code as it makes all tables names case sensitive. I need it and I used it for quite a while,...

Do you think it can work like that ? I guess no, but I don't know.

I'm evaluating macaque for my own project which already moved to ppx. Unfortunately that means that macaque's camlp4 makes it incompatible. Are there any plans to port macaque to ppx?

Hello, I would like to know how hard it would be to make Macaque usable with others databases, such as MariaDB and Sqlite (really usefull to quickly deploy a little...

Hello, After our previous discussion, could you please create a function to get a user-manipulable object from a macaque table ? Thank you for your work, TobiasBora.

Hello, It is a minor documentation request, but it's not clear when you read it that it's possible to use (&&) and (||) operators like in ``` = 18 ||...

With time passing, I find the warnings about some Macaque identifiers matching reserved (or not) SQL identifiers increasingly annoying. I would be interested in feedback on this (does it also...

This code doesn't typecheck ``` (>) ``` but this is OK ``` (>) ``` Can allow 1st syntax too?

This issue is both a request and a question. First the question: Why the items contained in the GROUP BY block is also returned in the result. For example the...

enhancement
question

As discussed earlier, we heavily need subqueries (or EXTERNAL JOIN) like: ``` let sub l = > in Query.view db > ``` So I'm making this issue to discuss and...

enhancement