Sami
Posts: 0
Joined: Mon Jun 29, 2015 9:24 pm

Database Limitation when exporting

Hello,

I'have to create some reports with my database.

I saw that is not possible to retrieve the fields "createdAt" and "updateATt" when exporting database in CSV or JSON.

First Question : Is there a way to retrieve these fields in a databse export ?

Cause I can't have these "date" fields (it's necessary for my reporting), i decided to make a "side" app to export my Appery.io Database to a mysql Database (with appery express) but i found a limitation and i can only retrieve 1500 rows when i call a database_service

Second Question : Is there a way to get all my object without limitation when i call a service (it's not to use in a mobile app but to export my Apperyio Database to a mysql databse cause i can't have the field "createdAt" and "updateAt" when i export my databse to Json or CSV)

Thanks you

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Database Limitation when exporting

Hi Sami -

[quote:]
Is there a way to retrieve these fields in a databse export ?
[/quote]

No.

[quote:]
but i found a limitation and i can only retrieve 1500 rows when i call a database_service
[/quote]

That's correct, you can find this details here: https://devcenter.appery.io/documenta...

:: https://devcenter.appery.io/documenta...

Rich Slaby
Posts: 0
Joined: Wed Sep 28, 2016 2:11 pm

Database Limitation when exporting

These links are pretty generic. I'm not clear about whether the timestamp fields can be retrieved by some custom method if not as part of an export. If so, why doesn't Appery provide this functionality?

ssquire
Posts: 0
Joined: Tue Feb 12, 2013 4:36 am

Database Limitation when exporting

Has this issue ever been addressed?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Database Limitation when exporting

Appery.io exports only custom fields, IDs and ACL fields, but _createdAt and _updatedAt - not. They show the date of creation that field, so there is no way to reuse it.

Return to “Issues”