Gijs Molenaar

Results 56 issues of Gijs Molenaar

hi! Thanks for making these recipes. Have you tried out working on the new casa 6 already? I made a start but running into issues: https://github.com/kernsuite/packaging/issues/227 If you intend to...

``` cwlVersion: v1.0 class: Workflow inputs: a: int b: int[] c: type: int? outputs: {} steps: {} ``` python: ``` IN: from cwl_utils.parser_v1_0 import load_document IN: [i.type for i in...

hi! I'm using multiple MFA options, which I gave names in our onelogin security settings. But when I masl the program seems to prompt with the type, not the name,...

When I call `WESClient.cancel` on the client I see a `DELETE` call in the server logs but the workflow remains untouched.

The upcoming pymonetdb release will drop python2 support, so there is no need to keep supporting python2.

orignally reported here: https://github.com/gijzelaerr/pymonetdb/issues/56 Hi, I am working on an application that uses sqlalchemy for translating machine learning models into SQL code. I need to get the database version from...

``` test/test_suite.py::JSONTest::test_crit_against_int_basic test/test_suite.py::JSONTest::test_crit_against_int_coerce_type test/test_suite.py::JSONTest::test_crit_against_string_basic test/test_suite.py::JSONTest::test_crit_against_string_coerce_type test/test_suite.py::JSONTest::test_crit_mixed_path test/test_suite.py::JSONTest::test_crit_simple_int test/test_suite.py::JSONTest::test_crit_spaces_in_key test/test_suite.py::JSONTest::test_crit_string_path test/test_suite.py::JSONTest::test_eval_none_flag_orm test/test_suite.py::JSONTest::test_round_trip_data1 test/test_suite.py::JSONTest::test_round_trip_json_null_as_json_null test/test_suite.py::JSONTest::test_round_trip_none_as_json_null test/test_suite.py::JSONTest::test_round_trip_none_as_sql_null test/test_suite.py::JSONTest::test_unicode_round_trip test/test_suite.py::LastrowidTest_monetdb+pymonetdb::test_autoincrement_on_insert test/test_suite.py::LastrowidTest_monetdb+pymonetdb::test_last_inserted_id test/test_suite.py::LastrowidTest_monetdb+pymonetdb::test_native_lastrowid_autoinc test/test_suite.py::LikeFunctionsTest_monetdb+pymonetdb::test_contains_autoescape test/test_suite.py::LikeFunctionsTest_monetdb+pymonetdb::test_contains_autoescape_escape test/test_suite.py::LikeFunctionsTest_monetdb+pymonetdb::test_contains_escape test/test_suite.py::LikeFunctionsTest_monetdb+pymonetdb::test_contains_unescaped test/test_suite.py::LikeFunctionsTest_monetdb+pymonetdb::test_endswith_autoescape test/test_suite.py::LikeFunctionsTest_monetdb+pymonetdb::test_endswith_autoescape_escape test/test_suite.py::DateTimeMicrosecondsTest::test_literal test/test_suite.py::DateTimeMicrosecondsTest::test_null test/test_suite.py::DateTimeMicrosecondsTest::test_round_trip test/test_suite.py::AutocommitTest::test_autocommit_off test/test_suite.py::AutocommitTest::test_autocommit_on ```...

sqlalchemy-1.2

``` test/test_suite.py:23 (ComponentReflectionTest_monetdb+pymonetdb.test_get_foreign_keys) Traceback (most recent call last): File "/Users/gijs/Work/sqlalchemy-monetdb/test/test_suite.py", line 27, in test_get_foreign_keys self._test_get_foreign_keys(schema='test_schema2') File "", line 2, in _test_get_foreign_keys File "/Users/gijs/Work/sqlalchemy-monetdb/.venv2/lib/python2.7/site-packages/sqlalchemy/testing/util.py", line 196, in provide_metadata return fn(*args, **kw)...

bug
sqlalchemy-1.2

``` Traceback (most recent call last): File "/home/gijs/Work/sqlalchemy-monetdb/.venv3/lib/python3.5/site-packages/sqlalchemy/engine/base.py", line 1182, in _execute_context context) File "/home/gijs/Work/sqlalchemy-monetdb/.venv3/lib/python3.5/site-packages/sqlalchemy/engine/default.py", line 470, in do_execute cursor.execute(statement, parameters) File "/home/gijs/Work/sqlalchemy-monetdb/.venv3/lib/python3.5/site-packages/pymonetdb/sql/cursors.py", line 164, in execute block = self.connection.execute(query)...