Brad Reisfeld

Results 6 comments of Brad Reisfeld

Until there is a formalized install for Windows, I though that I'd record the steps that I used to get ```gitless``` going on Windows. The hard work was done by...

Unfortunately, there appears to be something wrong with regard to ```commit```; a 'bare' commit fails, but ```commit -o``` succeeds. ``` [/k/temp] $ mkdir t_repo [/k/temp] $ cd t_repo/ [/k/temp/t_repo] $...

``` $ medic insert --url sqlite:///medline.db 123456``` K:\Python\Anaconda\lib\site-packages\sqlalchemy\orm\relationships.py:2694: SAWarning: relationship 'Qualifier.citation' will copy column citations.pmid to column qualifiers.pmid, which conflicts with relationship(s): 'Qualifier.descriptor' (copies descriptors.pmid to qualifiers.pmid), 'Descriptor.qualifiers' (copies descriptors.pmid...

I tested on OS X (High Sierra, 10.13.1 (17B48)) and get the same warnings. I wonder if this has to do with differences in the versions of sqlalchemy we are...

I greatly appreciate all of the time you already put into this software and understand your time constraints. I am not a database person, so I don't know if the...

That is odd. It seems like the messages are emitted by SQLAlchemy, but perhaps those are a side effect of changes to sqlite/pysqlite.