You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I start to use Jaguar ORM for my app and I start from an existing database with some table structure and field names with upper cases and without "_" (underscores) fields name.
Now when I try to make my bean with a simple field name like "myName" it is translated to "my_name".
This is a big problem when we start to work from an existing database. I think that we can add an annotation to skip the field name translation for all bean, all generation or a single column.
I see that we can do that simply editing the "writer.dart" file into _camToSnak function.
Please can you help me please?
The text was updated successfully, but these errors were encountered:
Hi I start to use Jaguar ORM for my app and I start from an existing database with some table structure and field names with upper cases and without "_" (underscores) fields name.
Now when I try to make my bean with a simple field name like "myName" it is translated to "my_name".
This is a big problem when we start to work from an existing database. I think that we can add an annotation to skip the field name translation for all bean, all generation or a single column.
I see that we can do that simply editing the "writer.dart" file into _camToSnak function.
Please can you help me please?
The text was updated successfully, but these errors were encountered: