-
## DB inserts
``` groovy
// hard code name and dob, generate the rest
def user1 = insert "user" [name:"user1", dob:"1/1/2000"]
def user2 = insert "user" [name:"user2", dob:"1/1/1980"]
def user3 = ins…
-
It would be really nice to be able to do:
```
Order.objects.create(send_emails=True, send_texts=False)
```
Where send_emails and send_texts are defined in my schema like so:
```
props = hstore.Dict…
mikob updated
10 years ago
-
I get the following error:
Error 47 SQL71566: Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlFilegroup cannot not be set on both the Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlTable and the cl…
-
In Corpus Audio info and Corpus Text info the Languages and Sizes components are shown in the 'Required' tab.
However if nothing is entered in these components fields, no error is notified.