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 ran script.sql to create the database and fired up the app. Immediately got the linq error above on the SQL : "SELECT [BudgetPeriodId], [Description], [FromDate], [ToDate] FROM [BudgetPeriods] ". Stack trace is :
Hey Gareth,
The app is not currently in a good working state at the moment. Was experimenting with some front controller approaches.
I'll try and get back onto it in the next couple of weeks.
If you have any questions about building an app using petapoco let me know.
Adam
Thanks Adam, I'll just browser the source code for now
Just so you know, I got a bit further running the app, InsertInitialData() fired but then got error "Invalid column name 'Version'." because Version is present on the Expense poco but not in the script.sql.
Thanks Adam, I'll just browser the source code for now
Just so you know, I got a bit further running the app, InsertInitialData()
fired but then got error "Invalid column name 'Version'." because Version is
present on the Expense poco but not in the script.sql.
Reply to this email directly or view it on GitHub:
Hi, I ran script.sql to create the database and fired up the app. Immediately got the linq error above on the SQL : "SELECT [BudgetPeriodId], [Description], [FromDate], [ToDate] FROM [BudgetPeriods] ". Stack trace is :
Infrastructure\PetaPoco.cs:840
\Handlers\HomeIndexHandler.cs:25
\Controllers\FrontController.cs:57
Controllers\FrontController.cs:24
I think this is just because there is no data to start with
The text was updated successfully, but these errors were encountered: