Closed Achraf-cyber closed 2 months ago
Bumped cli version to 1.6.1 please update your cli. Interval type is now supported https://github.com/mmvergara/supadart/pull/76 and also tested
Well done
Le mer. 18 sept. 2024, 12:44, mmvergara @.***> a écrit :
Bumped cli version to 1.6.1 please update your cli. Interval type is now supported #76 https://github.com/mmvergara/supadart/pull/76 and also tested
— Reply to this email directly, view it on GitHub https://github.com/mmvergara/supadart/issues/75#issuecomment-2358245427, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUFBBDVOU3M5UMMIFKJSBJTZXFRRJAVCNFSM6AAAAABOMAZXQOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNJYGI2DKNBSG4 . You are receiving this because you authored the thread.Message ID: @.***>
When I use this tool to generate dart for supabase, Postgresql
interval
get converted toString
which makes it difficult to use. But according toother-types.md
it should be converted to dartDuration
and it is not runtime tested. May be this tool can be enhanced now to support dartDuration