themaniac27 / Budcord

Blank Repo that has no purpose. I just want issue tracking.
0 stars 0 forks source link

Vectors queries #24

Closed themaniac27 closed 11 years ago

themaniac27 commented 12 years ago

For values that contains list of data, I wrote a function that repeater this data based on "~".

We can handle this in three ways 1, Use a list data structure in the DB, and modify the function to insert it to a vector

  1. Use the split function to seperate items and insert them into an array or vector.
  2. Have a seperate row for each item and pull all of the queries based on the MIN.
themaniac27 commented 12 years ago

i.e String myString = queryData; String myArray[] = myString.split(~)

themaniac27 commented 11 years ago

Won't fix..... Sort of. See issue #38