-
ERROR 9406 - Unexpected format for value of field "uid"
Class Data.order Extends (%Persistent, Form.Adaptor)
{
Parameter FORMNAME = "order";
Parameter OBJPERMISSIONS = "CRUD";
Parameter …
-
Hello all,
I'm using bulkCreate along with ignoreDuplicates: true as per the code below:
`const convDB = await Item.bulkCreate(items, {
ignoreDuplicates: true,
include: [EmailA…
-
Proposal:
```
datatype Record(field1: type1, …, fieldn: typen)
```
As a short form of
```
datatype Record = Record(field1: type1, …, fieldn: typen)
```
-
For interop, I'm having trouble calling a purescript function from python. If I have:
```purescript
just :: Int -> Maybe Int
just = Just
addMaybe :: Maybe Int -> Maybe Int -> Maybe Int
addMa…
-
Do we want to unify them, so code would look like:
```go
datatypes := flagx.StringArray("datatype", "Help text")
```
instead of the two-stage init that they currently require?
-
Do you support sys_refcurosrs? I can't seem to get this to work ok. The regular select statement works fine.
Here is my exception:
ORA-06550: line 1, column 123:
PLS-00103: Encountered the symbol ",…
-
Although I'm not aware (yet) of a tool that would use CSVW metadata as validation schema, CSVW enables ways to define what the content of the columns should be.
### Datatypes
Datatypes enable to type…
-
As part of network gateway order we need to send two orders which has a different container each other.To order the network gateway with configured sshkeys for gateway and its members we need to creat…
-
## Issue Description
### Is your feature request related to a problem? Please describe.
When using Typescript, you want your interfaces and types to be the source of truth for how the model shoul…
-
It would be great to have a GTN which covers those steps.