Merge branch 'master' of git://git.assembla.com/fpdb-sql
Conflicts: pyfpdb/Configuration.py pyfpdb/Database.py
This commit is contained in:
+1
-1
@@ -205,7 +205,7 @@ dealt whether they were seen in a 'dealt to' line
|
||||
def insert(self, db):
|
||||
""" Function to insert Hand into database
|
||||
Should not commit, and do minimal selects. Callers may want to cache commits
|
||||
db: a connected fpdb_db object"""
|
||||
db: a connected Database object"""
|
||||
|
||||
|
||||
self.stats.getStats(self)
|
||||
|
||||
Reference in New Issue
Block a user