David Nichols

Results 62 issues of David Nichols

ex: ``` unhandled QORE System exception thrown in TID 79 at 2018-10-28 09:56:22.860347 Sun +01:00 (CET) in AbstractQorusService::getOption() (LocalQorusService.qc:636-638, user code) ABSTRACT-VARIANT-ERROR: cannot call abstract variant AbstractQorusService::getOption(string field) directly call...

bug
c++

Oracle: `connect by` SQL Server: `with as ...`

feature
not-c++

care needs to be taken that existing working code does not break - ex: ``` BasicProperties props = create_object("AMQP$BasicProperties__Builder").messageId("some-id").build(); ```

bug
confusing
c++

class initialization needs to be cleaned up: - fine-grained on-demand initialization for all elements (constants, static vars, members, methods) - hierarchy-only initialization - full parse initialization of all elements not...

bug
confusing
c++

ex: `t(*int)` should be preferred over `t(softlist)`: ``` sub t(*int i) {} sub t(softlist l) {} ``` not doing so results in confusion and causes problem with jni args as...

bug
confusing
c++