t3-oss / create-t3-turbo

Clean and simple starter repo using the T3 Stack along with Expo React Native
https://turbo.t3.gg
MIT License
4.28k stars 352 forks source link

fix(db): Export sql and aggregation functions #980

Closed ahkhanjani closed 2 months ago

ahkhanjani commented 2 months ago

Closes #979

ahkhanjani commented 2 months ago

Exported alias because it is used for subqueries. I feel like it should be exported.

ahkhanjani commented 2 months ago

What "extras" are we getting if we just export the entire /sql dir?

All of these:

Screenshot 2024-04-10 150700 Screenshot 2024-04-10 150713

None of them seem necessary.

Should I go along with your suggestion? @juliusmarminge

ahkhanjani commented 2 months ago

I will commit your suggestion. Merge/edit as you see fit.