[Zeitgeist] [Bug 783688] Re: make sql connection more modular

2011-07-07 Thread Siegfried Gevatter
** Changed in: zeitgeist
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Framework.
https://bugs.launchpad.net/bugs/783688

Title:
  make sql connection more modular

Status in Zeitgeist Framework:
  Fix Released

Bug description:
  In order to make handling cursors / connections in sql.py, we should
  create a function _connect_to_db which does exactly that.

  19:34  I think we should make these lines a new method, like 
connect_to_database:
  19:34  Iconn = sqlite3.connect(file_path)
  19:34  Iconn.row_factory = sqlite3.Row
  19:34  Icursor = conn.cursor(UnicodeCursor)
  19:34  in sql.py that is
  19:35  thekorn I agree
  19:35  and call it in create_db and in the restore code
  19:35  I ran into a similar problem (while working on a fix for 
sqlite memory) because I couldn't easily manipulate cursors / connection
  19:35  Seems *very* sane to me

To manage notifications about this bug go to:
https://bugs.launchpad.net/zeitgeist/+bug/783688/+subscriptions

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 783688] Re: make sql connection more modular

2011-05-18 Thread Siegfried Gevatter
** Changed in: zeitgeist
   Importance: Undecided => Wishlist

** Changed in: zeitgeist
   Status: New => Fix Committed

** Changed in: zeitgeist
Milestone: None => 0.8.1

** Changed in: zeitgeist
 Assignee: (unassigned) => J.P. Lacerda (jplacerda)

-- 
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Framework.
https://bugs.launchpad.net/bugs/783688

Title:
  make sql connection more modular

Status in Zeitgeist Framework:
  Fix Committed

Bug description:
  In order to make handling cursors / connections in sql.py, we should
  create a function _connect_to_db which does exactly that.

  19:34  I think we should make these lines a new method, like 
connect_to_database:
  19:34  Iconn = sqlite3.connect(file_path)
  19:34  Iconn.row_factory = sqlite3.Row
  19:34  Icursor = conn.cursor(UnicodeCursor)
  19:34  in sql.py that is
  19:35  thekorn I agree
  19:35  and call it in create_db and in the restore code
  19:35  I ran into a similar problem (while working on a fix for 
sqlite memory) because I couldn't easily manipulate cursors / connection
  19:35  Seems *very* sane to me

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 783688] Re: make sql connection more modular

2011-05-18 Thread Launchpad Bug Tracker
** Branch linked: lp:zeitgeist

-- 
You received this bug notification because you are a member of Zeitgeist
Framework Team, which is subscribed to Zeitgeist Framework.
https://bugs.launchpad.net/bugs/783688

Title:
  make sql connection more modular

Status in Zeitgeist Framework:
  New

Bug description:
  In order to make handling cursors / connections in sql.py, we should
  create a function _connect_to_db which does exactly that.

  19:34  I think we should make these lines a new method, like 
connect_to_database:
  19:34  Iconn = sqlite3.connect(file_path)
  19:34  Iconn.row_factory = sqlite3.Row
  19:34  Icursor = conn.cursor(UnicodeCursor)
  19:34  in sql.py that is
  19:35  thekorn I agree
  19:35  and call it in create_db and in the restore code
  19:35  I ran into a similar problem (while working on a fix for 
sqlite memory) because I couldn't easily manipulate cursors / connection
  19:35  Seems *very* sane to me

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp