austinkregel / finance

A self hosted app to help you get a better understanding of your personal finances.
405 stars 47 forks source link

The custom budget query with the variables seems to break the app when using MySQL 8 :( #25

Closed austinkregel closed 4 years ago

austinkregel commented 4 years ago

So oddly enough, this seems to be a problem with me personally running this project on a different prod server than what I have locally. My prod server is a DO managed database running MySQL 8 vs the local containers in this project running mysql 5.7. :(

Needs to be investigated as it seg-faults the database. Need to figure out what the compatibility issue is (probs the variables).