Tyler Band

Results 5 comments of Tyler Band

class Client(SAFRSBase, Base): __tablename__ = 'client' _s_collection_name = 'Client' # type: ignore __bind_key__ = 'None' Id = Column('id', INTEGER, primary_key=True) Got Errors when starting ALS Failed to retrieve sample id...

Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/safrs/safrs_api.py", line 665, in method_wrapper result = fun(*args, **kwargs) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/safrs/jsonapi.py", line 274, in get instances = self.SAFRSObject._s_get() File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/safrs/base.py", line 244, in _s_get...

Note: /Users/tylerband/dev/ApiLogicServer/ApiLogicServer-dev/org_git/ApiLogicServer-src/tests/test_databases/mysql_test_databases/stress_mysql.sql is the source used for this test ApiLogicServer rebuild-from-model --project_name=stress_mysql --db_url=mysql+pymysql://root:[email protected]:3306/stress

This is part of the stress test where we generated every postgres column name

Thank you - I tried it again and it worked. Very impressive