1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2024-09-21 12:20:04 -04:00
moneygo/internal/handlers
Aaron Lindsay 04d85cd681 Fix gorp to internally lowercase fields for Postgres
Postgres folds all unquoted column names to lowercase, and doing this
allows that to work nicely without screwing up the queries for the other
database engines.
2017-11-17 21:01:06 -05:00
..
reports First pass at reorganizing go code into sub-packages 2017-10-04 19:35:59 -04:00
scripts First pass at reorganizing go code into sub-packages 2017-10-04 19:35:59 -04:00
accounts_lua_test.go testing: Use a different date-creation format for one Lua accounts test 2017-11-06 21:22:01 -05:00
accounts_lua.go Use SQL transactions for the entirety of every request 2017-10-14 14:20:50 -04:00
accounts_test.go Stop using form elements for API 2017-11-13 20:48:19 -05:00
accounts.go Stop using form elements for API 2017-11-13 20:48:19 -05:00
balance_lua_test.go testing: Add initial testing of Lua balances 2017-11-08 20:46:13 -05:00
balance_lua.go Lua balances: Fix order of operands pulled in 2017-11-08 20:44:34 -05:00
common_test.go testing: Allow DB engine and DSN to be selected with environment variables 2017-11-16 19:42:58 -05:00
date_lua_test.go testing: Add tests for Lua dates 2017-11-07 05:58:58 -05:00
date_lua.go testing: Add tests for Lua dates 2017-11-07 05:58:58 -05:00
errors.go Use SQL transactions for the entirety of every request 2017-10-14 14:20:50 -04:00
gnucash.go Begin move away from using http.ServeMux 2017-11-12 20:17:27 -05:00
handlers.go Fix gorp to internally lowercase fields for Postgres 2017-11-17 21:01:06 -05:00
imports.go Stop using form elements for API 2017-11-13 20:48:19 -05:00
Makefile First pass at reorganizing go code into sub-packages 2017-10-04 19:35:59 -04:00
ofx.go Make SecurityType its own type 2017-11-05 20:43:32 -05:00
prices_lua_test.go testing: Test Lua Prices 2017-11-10 20:49:45 -05:00
prices_lua.go First pass at reorganizing go code into sub-packages 2017-10-04 19:35:59 -04:00
prices_test.go testing: Use Time.Equal for date comparisons 2017-11-17 05:20:10 -05:00
prices.go API: Move prices under securities 2017-11-16 19:32:30 -05:00
reports_lua_test.go testing: Separate out simple Lua testing 2017-11-06 05:37:52 -05:00
reports_lua.go First pass at reorganizing go code into sub-packages 2017-10-04 19:35:59 -04:00
reports_test.go Stop using form elements for API 2017-11-13 20:48:19 -05:00
reports.go Stop using form elements for API 2017-11-13 20:48:19 -05:00
securities_lua_test.go testing: Add __eq and __tostring tests for Lua securities 2017-11-06 05:49:58 -05:00
securities_lua.go Lua: Add Security.AlternateId getter 2017-11-05 20:52:36 -05:00
securities_test.go Stop using form elements for API 2017-11-13 20:48:19 -05:00
securities.go API: Move prices under securities 2017-11-16 19:32:30 -05:00
security_templates_test.go Begin move away from using http.ServeMux 2017-11-12 20:17:27 -05:00
sessions_test.go Stop using form elements for API 2017-11-13 20:48:19 -05:00
sessions.go Stop using form elements for API 2017-11-13 20:48:19 -05:00
testdata_test.go API: Move prices under securities 2017-11-16 19:32:30 -05:00
transactions_test.go testing: Use Time.Equal for date comparisons 2017-11-17 05:20:10 -05:00
transactions.go Fixup account transactions to work for both Postgres and MySQL 2017-11-17 05:50:00 -05:00
tx.go Fix gorp to internally lowercase fields for Postgres 2017-11-17 21:01:06 -05:00
users_test.go Stop using form elements for API 2017-11-13 20:48:19 -05:00
users.go Stop using form elements for API 2017-11-13 20:48:19 -05:00
util.go Stop using form elements for API 2017-11-13 20:48:19 -05:00