aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/datamaps/db.go (unfollow)
Commit message (Expand)AuthorFilesLines
2020-08-06improved error handlingMatthew Lemon1-8/+8
2020-08-06tests passing but only with the help of a hack to solve DD/MM/YYMatthew Lemon1-0/+4
2020-08-05debugging numberformat issuesMatthew Lemon1-3/+8
2020-08-05added numfmt field to return_data tableMatthew Lemon1-2/+3
2020-08-05added some comments re storing cell numfmt stringsMatthew Lemon1-0/+1
2020-07-28chasing golintMatthew Lemon1-1/+1
2020-07-28tidying and lintingMatthew Lemon1-17/+17
2020-07-28tidyingMatthew Lemon1-8/+7
2020-07-28added filename into return_data tableMatthew Lemon1-2/+5
2020-07-28I think I fixed the bug whereby multiple returns where createdMatthew Lemon1-11/+25
2020-07-28removed UNIQUE which didnt make sense after considerationMatthew Lemon1-3/+2
2020-07-28working on failing test where dm not work when sheets not sequential - added ...Matthew Lemon1-1/+3
2020-07-28UNIQUE constrait on return.name implementedMatthew Lemon1-6/+7
2020-07-28fixed bug where return.id was being left out of return_data row insertMatthew Lemon1-2/+2
2020-07-28better importing to database from populated sheetMatthew Lemon1-1/+1
2020-07-27fixing a bug in ExtractDBDatamap and still working on data import codeMatthew Lemon1-3/+40
2020-07-27partially through writing code for commiting extracted data to the databaseMatthew Lemon1-1/+30
2020-07-27Proof of concept code hard-coded here shows that we can get value fromMatthew Lemon1-1/+20
2020-07-27ready to write the code to import extraced XLSX data into database nowMatthew Lemon1-1/+5
2020-07-27a lot of working building the new import command in mainMatthew Lemon1-0/+13
2020-07-27type in schemaMatthew Lemon1-3/+7
2020-07-27improved defersMatthew Lemon1-0/+16
2020-07-26more encapsulationMatthew Lemon1-2/+1
2020-07-26lots of tidyMatthew Lemon1-2/+2
2020-07-26added re-typed []DatamapLineMatthew Lemon1-1/+1
2020-07-26spacingMatthew Lemon1-0/+8
2020-07-26removed hard-coded SQL statmentMatthew Lemon1-2/+9
2020-07-23linting and go vettingMatthew Lemon1-11/+12
2020-07-23working basics now with no flags package - thanks fzfMatthew Lemon1-5/+7
2020-07-23progress on parsing variables - can do again datamap import and setupMatthew Lemon1-1/+1
2020-07-22more major surgeryMatthew Lemon1-11/+5
2020-07-22reconfigured optsMatthew Lemon1-5/+12
2020-07-22got rid of db package and put everything in readerMatthew Lemon1-3/+2
2020-07-21the function signature gets ever longer...Matthew Lemon1-5/+10
2020-07-20better handling of setup but by no means perfectMatthew Lemon1-3/+6
2020-07-20wired up to main but setup not yet right - need proper config setupMatthew Lemon1-1/+6
2020-07-20first test passing that puts datamap data into sqlite3Matthew Lemon1-0/+39
2020-07-19restructureMatthew Lemon1-0/+47