-
Just learned, that upper case in table names causes trouble in the sense, that the database is created with the upper case name, but queries always refer to lower case (or something like this?). Maybe…
-
I know this FR is probably way out of the scope of this plugin, but its the 1 thing keeping me from switching entirely from folders to tags.
This plugin already brings the advantages of hierarchica…
-
```
I would like to limit number of new cards to learn.
As is: If you merge or add to your old database 100 new cards, it will keep
mixing all 100 new cards into current learning and will not finish.…
-
Is there a way to clean the data
-
Used the following handler with SQL-Server, works as expected.
```csharp
public class DateOnlyTypeHandler : SqlMapper.TypeHandler
{
public override void SetValue(IDbDataParameter parameter, …
-
Most of Muscat main tables have workflow (wf_*) fields like:
* `wf_owner`, integer, stores the user id who created the record.
* `wf_stage`, integer, stores the record status (published, unpublish…
-
In Chapter 10 **"Working with Data Using Entity Framework Core"**, I see `Course.cs` define `Title` with string length 60.
**`Course.cs`**
```
using System.ComponentModel.DataAnnotations;
na…
-
We are in the process of setting up a cluster with AWS ParallelCluster and AWS ParallelCluster UI. We are also working on writing a plan for upgrading the cluster. Given our knowledge and what we've l…
-
## 🐛 Bugreport
After learning a new ability/spell from a class trainer, abilities/spells that can't be learned due to missing talents will still appear in the list of purchasable abilities/spells.
…
-
We have managed to learn how to connect to a locally run database by using Python, and have managed to successfully insert information into that database. The next step that is proving more difficult …