index
:
datamaps-go.git
master
datamaps in Go.
y@yulqen.org
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pkg
/
datamaps
/
db.go
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-07-28
chasing golint
Matthew Lemon
1
-1
/
+1
2020-07-28
tidying and linting
Matthew Lemon
1
-17
/
+17
2020-07-28
tidying
Matthew Lemon
1
-8
/
+7
2020-07-28
added filename into return_data table
Matthew Lemon
1
-2
/
+5
2020-07-28
I think I fixed the bug whereby multiple returns where created
Matthew Lemon
1
-11
/
+25
2020-07-28
removed UNIQUE which didnt make sense after consideration
Matthew Lemon
1
-3
/
+2
2020-07-28
working on failing test where dm not work when sheets not sequential - added ...
Matthew Lemon
1
-1
/
+3
2020-07-28
UNIQUE constrait on return.name implemented
Matthew Lemon
1
-6
/
+7
2020-07-28
fixed bug where return.id was being left out of return_data row insert
Matthew Lemon
1
-2
/
+2
2020-07-28
better importing to database from populated sheet
Matthew Lemon
1
-1
/
+1
2020-07-27
fixing a bug in ExtractDBDatamap and still working on data import code
Matthew Lemon
1
-3
/
+40
2020-07-27
partially through writing code for commiting extracted data to the database
Matthew Lemon
1
-1
/
+30
2020-07-27
Proof of concept code hard-coded here shows that we can get value from
Matthew Lemon
1
-1
/
+20
2020-07-27
ready to write the code to import extraced XLSX data into database now
Matthew Lemon
1
-1
/
+5
2020-07-27
a lot of working building the new import command in main
Matthew Lemon
1
-0
/
+13
2020-07-27
type in schema
Matthew Lemon
1
-3
/
+7
2020-07-27
improved defers
Matthew Lemon
1
-0
/
+16
2020-07-26
more encapsulation
Matthew Lemon
1
-2
/
+1
2020-07-26
lots of tidy
Matthew Lemon
1
-2
/
+2
2020-07-26
added re-typed []DatamapLine
Matthew Lemon
1
-1
/
+1
2020-07-26
spacing
Matthew Lemon
1
-0
/
+8
2020-07-26
removed hard-coded SQL statment
Matthew Lemon
1
-2
/
+9
2020-07-23
linting and go vetting
Matthew Lemon
1
-11
/
+12
2020-07-23
working basics now with no flags package - thanks fzf
Matthew Lemon
1
-5
/
+7
2020-07-23
progress on parsing variables - can do again datamap import and setup
Matthew Lemon
1
-1
/
+1
2020-07-22
more major surgery
Matthew Lemon
1
-11
/
+5
2020-07-22
reconfigured opts
Matthew Lemon
1
-5
/
+12
2020-07-22
got rid of db package and put everything in reader
Matthew Lemon
1
-3
/
+2
2020-07-21
the function signature gets ever longer...
Matthew Lemon
1
-5
/
+10
2020-07-20
better handling of setup but by no means perfect
Matthew Lemon
1
-3
/
+6
2020-07-20
wired up to main but setup not yet right - need proper config setup
Matthew Lemon
1
-1
/
+6
2020-07-20
first test passing that puts datamap data into sqlite3
Matthew Lemon
1
-0
/
+39
2020-07-19
restructure
Matthew Lemon
1
-0
/
+47