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

Workaround for DCE on Bytes.toString #6

Closed jasononeil closed 10 years ago

jasononeil commented 10 years ago

Currently I am cloning the entire haxe.io.Bytes to add the metadata. Instead I should use a macro to add the @:keep metadata more cleanly.