-
Initial state:
```php
class Foo
{
/**
* @ORM\Column(type="text")
*/
private $content;
}
```
php migration (`2016-01-01.php`)
```php
assert($entityManager instanceof Doctrine\O…
-
Accounts (as a service) is confusing as this project is more so designed to be a ledger.
Account (as a model) is confusing as Customers (service) has an Account type as well.
Let's rename Accou…
-
When database content has '0000-00-00' or '0000-00-00 00:00:00' values that are to be loaded in DateTime properties, this poses a problem because these entities cannot be stored without causing a data…
-
It would be great if we could have a docker image of this project published on docker hub to easily integrate it to our pipeline.
-
## Type
- [ ] General question or discussion
- [X] Propose a brand new feature
- [ ] Request modification of existing behavior or design
## What is the problem that your feature reques…
-
- [x] I have checked that this issue has not already been reported.
- [ ] I have confirmed this bug exists on the latest version of pandas.
- [ ] (optional) I have confirmed this bug exists on t…
-
This is not something that can be easily fixed in an enricher, but would require changes to the sinks being used.
Exceptions are immutable but might contain sensitive data anywhere in the message or s…
-
Relational Database Glossary
Attribute Data that describes an entity; the formal term for a column in a relation.
Concurrency control Mechanisms to ensure that a database remains consistent and ac…
-
A straightforward repro of this problem uses the config system, but it isn't necessary to do so.
Create the config testing extension and configure it a bit:
```
edgedb> create extension _conf;
O…
-
Hi All,
Request your help as the below code is failing when executed in parallel
**Program Code**
```
@trusted public auto getconf(immutable string account)
{
string result;
auto accoun…