Commit Graph

5 Commits

Author SHA1 Message Date
Greg Edwards
0ce2efb1a9 Renamed namespace 2015-01-13 20:56:30 -05:00
Greg Edwards
9f1dbd0f0f Rename DataAbstract to Database. 2014-10-14 18:50:41 -04:00
Greg Edwards
4198aace33 For fuck's sake mysql
Workaround LAST_INSERT_ID and CAST limitations by making all primary keys unsigned bigint.
Workaround LAST_INSERT_ID signed/unsigned inconsistency between 5.5 and 5.6 by using Convert.ToUInt64 instead of casts.
2014-07-22 12:04:31 -04:00
Greg Edwards
fa462af0f1 Fixed box capture insertion issue. 2014-07-01 18:09:09 -04:00
Greg Edwards
4f8376ec3e Added page to insert box upload captures into the database. 2014-06-30 10:36:20 -04:00