-
When trying to distribute a reference table
```sql
select create_reference_table('my_table');
```
I get the following error:
```
ERROR: cannot distribute relation: "my_table"
DETAIL: Di…
-
We are getting this deprecation since upgrading to twig 1.27.
> Using "filename" as the default strategy is deprecated since version 1.27. Use "name" instead.
I'm not sure how to fix this. I don't …
-
I see a lot of errors of the following pattern:
``` sql
SELECT
DISTINCT blog_article_id_0
FROM
(
SELECT
...
b0_.date AS date_4,
...
b0_.like_count AS like_count_8…
-
If one has an entity that contains an embeddable (referenced as $priceObj):
```
/**
* @ORM\Embeddable
*/
class Price
{
const CUR_USD = 'USD';
const CUR_CAD = 'CAD';
const INVALID_CUR…
-
Following the instructions for installation of **SyliusProductBundle** when updating the database schema return this exception.
-
It is all working except that **object_id is never set in the translation table**. But when I manually set a value all is correctly updated from Sonata form.
**Composer:**
```
"a2lix/translation…
varas updated
8 years ago
-
release condition: (spyder3.0.2, numpy-1.11.2, pandas 0.19.1, scikit-learn-0.18.0, scikit-optimize-0.2, Matplotlib1.5.3 (rc3: november 5th 2016)
Features:
- Highlights : pandas 0.19.1, scikit-lear…
-
### Winpython 2015-06 (2015-08-09) 'Cleanups'
(soon on Sourceforge, later on Github)
Features:
- Highlight:
- the compiler functionality is now packaged in a 'mingwpy' wheel
- there is a PyQt5 …
-
Hi Sam,
What is the syntax for Foreign Key/Index annotation?
Regards,
Adrian
-
I have upgraded a project from Symfony 2.3 to 3.1 and since I installed symfony/debug I am receiving this error when I try to clear the cache. Or when that command is called.
[Symfony\Component\Debu…
ghost updated
8 years ago