ufront / ufront-orm

The Object Relational Mapper, allows easy, type-safe access to your database. Builds on Haxe's SPOD but adds macro powered relationships, validation and client side usage
MIT License
13 stars 4 forks source link

Generated queries contain TRUE/FALSE not compatible with sqlite #19

Open tiagolr opened 9 years ago

tiagolr commented 9 years ago

Hi, this issue is related to https://github.com/HaxeFoundation/haxe/issues/3691

I couldn't isolate the error using the std SPODs while i could reproduce the error using ufront-orm to build the Objects.

Here is the code: https://gist.github.com/ProG4mr/6586f47ee9e72e073b60

Let me know if i can help, thanks.

jasononeil commented 9 years ago

Thanks for the detailed report, I'll try look at it soon.

On Tue, Feb 24, 2015 at 5:26 AM, TiagoLr notifications@github.com wrote:

Hi, this issue is related to HaxeFoundation/haxe#3691 https://github.com/HaxeFoundation/haxe/issues/3691

I couldn't isolate the error using the std SPODs while i could reproduce the error using ufront-orm to build the Objects.

Here is the code: https://gist.github.com/ProG4mr/6586f47ee9e72e073b60

Let me know if i can help, thanks.

— Reply to this email directly or view it on GitHub https://github.com/ufront/ufront-orm/issues/19.