aniketsupertramp / freeze-messenger

Automatically exported from code.google.com/p/freeze-messenger
Other
0 stars 0 forks source link

Refactor DAL #69

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Refactor DAL to simplify the adding of driver-specific code; ex:

1. Store symbols seperately
2. Define query syntax seperately
3. Define postquery functions seperately
4. ?

Original issue reported on code.google.com by JosephTP...@gmail.com on 13 Jul 2011 at 8:50

GoogleCodeExporter commented 9 years ago

Original comment by JosephTP...@gmail.com on 13 Jul 2011 at 8:51

GoogleCodeExporter commented 9 years ago

Original comment by JosephTP...@gmail.com on 13 Jul 2011 at 8:51

GoogleCodeExporter commented 9 years ago

Original comment by JosephTP...@gmail.com on 13 Jul 2011 at 8:54

GoogleCodeExporter commented 9 years ago

Original comment by JosephTP...@gmail.com on 13 Jul 2011 at 8:54

GoogleCodeExporter commented 9 years ago

Original comment by JosephTP...@gmail.com on 13 Jul 2011 at 9:08

GoogleCodeExporter commented 9 years ago

Original comment by JosephTP...@gmail.com on 13 Jul 2011 at 9:08

GoogleCodeExporter commented 9 years ago

Original comment by JosephTP...@gmail.com on 13 Jul 2011 at 9:09

GoogleCodeExporter commented 9 years ago

Original comment by JosephTP...@gmail.com on 13 Jul 2011 at 9:09

GoogleCodeExporter commented 9 years ago
The following tasks will be attempted for B3:

1. Eliminate JOINs (they are too messy and unideal).
-- Affects getMessages
2. Eliminate DATE/TIME columns; replace with integers.
-- Affects several files

Original comment by JosephTP...@gmail.com on 8 Aug 2011 at 10:01