Skip to content

Commit

Permalink
wts2-1323/fl3-619/other lib_py_postgres produts/db.setReturnAsSybase …
Browse files Browse the repository at this point in the history
…→ db.setReturnAsMGI
  • Loading branch information
leemdi committed Nov 7, 2023
1 parent 9262651 commit f723daf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
TAG: snpcacheload-6-0-22-5
DATE: 11/07/2023
STAFF: lec
wts2-1323/fl3-619/other lib_py_postgres produts/db.setReturnAsSybase → db.setReturnAsMGI

TAG: snpcacheload-6-0-22-4
DATE: 04/18/2023
STAFF: sc
Expand Down
2 changes: 1 addition & 1 deletion snpmrklocus.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def initialize():
# Set up a connection to the mgd database.
#
db.useOneConnection(1)
db.setReturnAsSybase(False)
db.setReturnAsMGI(False)
results = db.sql('''
SELECT t._Term_key
FROM VOC_Term t
Expand Down
2 changes: 1 addition & 1 deletion snpmrkwithin.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def initialize():
# Set up a connection to the mgd database.
#
db.useOneConnection(1)
db.setReturnAsSybase(False)
db.setReturnAsMGI(False)

#
# Create a lookup for within* function class terms.
Expand Down

0 comments on commit f723daf

Please sign in to comment.