Lacey Sanderson
|
c80656fca4
Fixed Issue #1921174: used db_query instead of chado_query
|
12 tahun lalu |
spficklin
|
4560a2dce9
Made some additional bug fixes and improvements to the GFF loader
|
12 tahun lalu |
spficklin
|
09b02611ed
Fixed memory leaks in the Tripal core API when storing the persistent connection. Alos fixed memory leaks in GFF loader and added loading of FASTA sequences embeded in the GFF file ##FASTA section
|
12 tahun lalu |
spficklin
|
31221a7dc5
One more fix to the chado_query regular expressions to handle nested select statements where the FROM doesn't have a table but a nested statement
|
12 tahun lalu |
spficklin
|
7a8f7da935
One more fix to the chado_query regular expressions to handle nested select statements where the FROM doesn't have a table but a nested statement
|
12 tahun lalu |
spficklin
|
48631d702c
Fixed a bug when registering a new analysis module. If the module already existed in the table it threw an error. Now it checks first. Also fixed bug with chado_query to not add a 'chado.' prefix in the 'substring' psql function. Also updated the tripal_core_chado_update module to return the primary key if a single record is updated and if the return_record option is given.
|
12 tahun lalu |
Lacey Sanderson
|
9ea011d881
Added tripal_core_chado_clear_prepared function to clear previously prepared statements. Also changed chado. prefixing in chado query to only apply if there isn't already a prefix added.
|
12 tahun lalu |
spficklin
|
2ba111dac2
Oops should have put the code to add the chado schema to the SQL in a differnet place in the chado_query function.
|
12 tahun lalu |
spficklin
|
6060c25204
Addressed issue #1787390. The chado_query function now uses regular expressions to change an SQL statement to prefix table names with the chado schema but only does so if Chado is not local
|
12 tahun lalu |
Lacey Sanderson
|
f148723b13
Issue #1840808: Fixed update in bulk loader. Now it checks to see if the record is pre-existing before an update. Also fixed the tripal_core_chado_update function to return the created record w/ primary key like the insert function does.
|
12 tahun lalu |
spficklin
|
e5d5b7c0ca
Fixed support for AHAH. Fixed issue #1879354 by adding an 'accession' field to the add CV term form. Also fixed support for AHAH forms and altered the cv term add/edit to use the Tripal API
|
12 tahun lalu |
spficklin
|
8d85d9b204
Fixed bug 1904410. No longer does Tripal give error on install of chado if the plpgsql language is already created. Also, fixed some code which said an incompatible version of Chado was installed when no version was installed at all.
|
12 tahun lalu |
spficklin
|
c2c9fbbd0c
Just some formatting changes
|
12 tahun lalu |
spficklin
|
bce50f164a
Fixed bug with drupal_eval and tripal_core_exclude_type_by_default hook. If a quote was present in the string being evaluated it would create errors
|
12 tahun lalu |
Lacey Sanderson
|
a3c7d01319
Merge branch '6.x-dev' into 6.x-1.x
|
12 tahun lalu |
Stephen Ficklin
|
8b1c0f7555
Merged 6.x-dev
|
12 tahun lalu |
Stephen Ficklin
|
43bf50c6f5
Merge branch '6.x-dev' of git.drupal.org:sandbox/spficklin/1337878 into 6.x-dev
|
12 tahun lalu |
Stephen Ficklin
|
14a4923bdc
Fixed by Chun-huai
|
12 tahun lalu |
Stephen Ficklin
|
232ac24224
Just some reformatting of lines is all
|
12 tahun lalu |
Stephen Ficklin
|
383968617f
Added easier support for AHAH
|
12 tahun lalu |
spficklin
|
c77fdfc07f
Fixed bug where rank column is hard coded in property insert function. This isn't the case for analysisprop in chado v1.11
|
12 tahun lalu |
spficklin
|
6c1b95e7df
Fixed bug with error 'invalid arguments passed to implode()'
|
12 tahun lalu |
spficklin
|
463e17bb40
Fixed bug causing strict PHP warnings
|
12 tahun lalu |
spficklin
|
34cac2dcdc
Merge branch '6.x-1.x' of git.drupal.org:sandbox/spficklin/1337878 into 6.x-1.x
|
12 tahun lalu |
spficklin
|
76b65d1857
Fixed create empty object bug
|
12 tahun lalu |
ficklin
|
1f7f8ce38d
Fixed bug in insert with currval
|
12 tahun lalu |
Lacey Sanderson
|
e0418d9b7b
Merge branch '6.x-dev' of git.drupal.org:sandbox/spficklin/1337878 into 6.x-dev
|
12 tahun lalu |
Lacey Sanderson
|
76985b0c57
Fixed Bug: Ensure looking in correct db when checking if a statement is prepared -now works if chado is external
|
12 tahun lalu |
spficklin
|
6343db78c3
Fixed bug when preparing to select currval on insert, and debugging of FASTA loader
|
12 tahun lalu |
ficklin
|
06fd3750bd
Fixed bug in insert when preparing 'currval' statement
|
12 tahun lalu |