[DataAccess][RFC] add SQLiteQueryResult class

Review Request #84 — Created April 16, 2013 and discarded

olivier
Lunr
https://github.com/owizen/lunr/tree/SQLiteQueryResult
14955
lunr
This is a proposal for the SQLiteQueryResult
this review depends on 
http://reviews.lunr.nl/r/83/


  • 3
  • 0
  • 2
  • 0
  • 5
Description From Last Updated
missing unsets pprkut pprkut
Documentation is scarce, you need to make sure that is has an expected behavior also for select queries. pprkut pprkut
needs to return something reasonable pprkut pprkut
pprkut
  1. Please rebase on top of http://reviews.lunr.nl/r/77/
  2. 
      
olivier
pprkut
  1. 
      
  2. is_object, unless you are absolutely certain you won't need a composite mock
  3. number of rows is not number of columns
    1. Stupid from me plus there is not such function provided by SQLite3...
    2. correct, you have to get the number of result rows from counting the result set you get. (In an efficient manner)
  4. 
      
olivier
olivier
pprkut
  1. 
      
  2. missing unsets
  3. Documentation is scarce, you need to make sure that is has an expected behavior also for select queries.
  4. needs to return something reasonable
  5. 
      
tardypad
  1. This can be discarded since commit d93f341f9eebeb19915ee5aceeddfec4c91611d8 is merged

  2. 
      
olivier
Review request changed

Status: Discarded

Change Summary:

Redundant

Loading...