Ampersand icon indicating copy to clipboard operation
Ampersand copied to clipboard

Build database applications faster than anyone else, and keep your data pollution free as a bonus.

Results 111 Ampersand issues
Sort by recently updated
recently updated
newest added

Currently, purposes can contain texts in different kinds of layout, like markdown, LaTeX, ReST, etc, We use pandoc to parse these texts. We also use pandoc to render the documents...

priority:low
enhancement
component:parser
component:generating functional designs

# What happened Ampersand-v5.0.0 [feature/labels-in-ADL-files:662580d51] produces no compile-time errors nor warnings when compiling this script: ```Ampersand CONTEXT Issue1465Test IN DUTCH CLASSIFY Auto ISA Voertuig RELATION eigenaar [Voertuig * Persoon] [UNI,TOT]...

priority:low
component:excel import

# What happened I tried to compile the AmpersandData/PrototypeContext/PrototypeContext.adl` code with the Ampersand-v5.0.0 compiler, expecting it to compile stand-alone. This code is used to generate prototypes, so I know apriori...

The --interfaces switch should generate some default interfaces, such that it can be used as a bootstrap / scaffold.

enhancement
component:prototype generator

# What happened I got a run time error message immediately after deploying a script: I was surprised because the compiler found my script correct and yet its deployment produces...

# What happened I noticed that ```Ampersand RELATION r[A*B] ENFORCE r := I[A]#"foo" ``` has a different semantics than ```Ampersand RELATION r[A*B] ENFORCE r := V[A*B]#"foo" ``` If I test...

# What happened When experimenting with enforcement rules, I tried the following script: ```Ampersand CONTEXT Issue1420 RELATION r[S*T] RELATION s[S*T] [UNI] POPULATION r[S*T] CONTAINS [ ("aap","noot"), ("aap","mies") ] ENFORCE s...

priority:normal
bug
component: compiler

This issue is best worked on in a separate branch, spawn form the namespace branch.

Namespaces

**Depends on** - [x] #1325 - [x] #1316 - [x] #1318 **Problem Description** Docusaurus currently shows the hello world page from the ampersand repo. However it needs to show the...

ScrumPoker 3
A-team

# What happened I got a yellow error message: I traced it back to the following code fragment: ```Ampersand ENFORCE realization[CommunicationNetwork*ApplicationInterface] >: realization;I[ApplicationComponent];serving ``` I have checked that the relations...

priority:normal
bug
component:code generator