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

While `ampersand-models/ZwolleFrontEnd/EURent/EURent Ontology.adl` has ```` RULE "Promised rental requests": ```` , the generated PDF and HTML have `Rule 84`. Is this a conscious design decision? (`Ampersand-v3.7.3 [development:dee5e24]`)

I really like using docker for making prototypes. It is very fast too! In fact, while I'm still waiting for 'stack' to install the latest so I can build pdf...

priority:low
deployment
software process

Given the script ```adl RELATION prop[A] [PROP] RELATION r[A*B] [UNI] ``` Evaluating the following rule performs very badly: `prop |- I /\ r;('b1' \/ 'b2');r~` When removing the `I /\`...

priority:low

Like with dependency management system, I would like to specify the version (range) of the Ampersand compiler that works with my script. This allows to transfer projects and work together...

enhancement

**Issue** As of the fix for #345 all rule conjuncts that are affected when a relation is edited are checked, including those for the UNI and INJ constraints. Given our...

priority:normal
component:prototype generator

# What happened I remember that when we discussed the concept `ONE` in prehistoric times, we decided not to have a syntax for its atom. The idea was that we...

# Problem Ampersand currently assumes that equality is defined for all concepts. Suppose we could have concepts on which equality is *not* defined. The type checker could then help the...

priority:normal
enhancement
component:type checker
component:prototype generator
ampersand4

Hi Han, I'm getting a fatal error `!fatal 249 (module FSpec.SQL) Ampersand v3.1.0[master:7fedefc] SQL cannot create closures EKl0 (`SELECT * FROM NotExistingKl0`)` when generating the following script: ``` CONTEXT Test...

priority:normal
bug
component:prototype generator

With the introduction of TTYPE, we now have concepts without a proper equivalence relation defined. This already causes errors, because SQL does not allow these concepts as the primary key...

# What happened Han was using RAP on his local machine, trying to compile "[Arbeidsduur.adl](https://github.com/AmpersandTarski/Ampersand/blob/2aea634743a21f798d5cda8f10a068374eb85f83/testing/Travis/testcases/Misc/Arbeidsduur.adl)". After compiling Arbeidsduur for over 30 seconds, he got unexpected errors: ![image](https://user-images.githubusercontent.com/275768/128880379-5a0dec60-ee49-4755-926a-d0f381ee4d68.png) I can reproduce...

priority:normal
bug
component: compiler
under analysis