[pony-build] Issue #10

C. Titus Brown ctb at msu.edu
Sat Mar 20 11:14:54 PDT 2010


On Sat, Mar 13, 2010 at 08:54:23PM -0400, Max Laite wrote:
> This resolves Issue #10 how you wanted I believe.
> 
> http://github.com/mlaite/pony-build/commit/4be27b445cebb7857e665a9d7f95e8543f240b8a
> 
> There is no need to provide a db arg now.
> 
> Seems to work for me, creates it when not there and uses it when already
> there.

Heh, OK.

Look at

	http://docs.python.org/library/sqlite3.html

and search for :memory: -- that's what I meant by an in-memory DB (issue
#10).

And I'd prefer (for no particular reason) for the db to be specified as
argument #1.  So it should be 

   if db_filename specified:
      use that
   else:
      default to in-memory db

Sound good?

cheers,
--titus
-- 
C. Titus Brown, ctb at msu.edu



More information about the pony-build mailing list