GithubHelp home page GithubHelp logo

cockroach-app's Introduction

Hi, I'm Radu ๐Ÿ‘‹

I am a software engineer, working with Go and PHP/Symfony in order to bring ideas to life. #golang #symfony #microservices #macroservices #apis

Links

cockroach-app's People

Contributors

radutopala avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

cockroach-app's Issues

Undefined table: 7 ERROR: table "information_schema.sequences" does not exist

Branch: issue_1

bin/console doctrine:schema:update --dump-sql -vvv


  [Doctrine\DBAL\Exception\TableNotFoundException]
  An exception occurred while executing 'SELECT sequence_name AS relname,
                         sequence_schema AS schemaname
                  FROM   information_schema.sequences
                  WHERE  sequence_schema NOT LIKE 'pg_%'
                  AND    sequence_schema != 'information_schema'':
  SQLSTATE[42P01]: Undefined table: 7 ERROR:  table "information_schema.sequences" does not exist


Exception trace:
 () at /var/www/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractPostgreSQLDriver.php:75
 Doctrine\DBAL\Driver\AbstractPostgreSQLDriver->convertException() at /var/www/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:128
 Doctrine\DBAL\DBALException::driverExceptionDuringQuery() at /var/www/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:855
 Doctrine\DBAL\Connection->executeQuery() at /var/www/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:785
 Doctrine\DBAL\Connection->fetchAll() at /var/www/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/AbstractSchemaManager.php:145
 Doctrine\DBAL\Schema\AbstractSchemaManager->listSequences() at /var/www/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/AbstractSchemaManager.php:1037
 Doctrine\DBAL\Schema\AbstractSchemaManager->createSchema() at /var/www/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/SchemaTool.php:862
 Doctrine\ORM\Tools\SchemaTool->getUpdateSchemaSql() at /var/www/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php:113
 Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand->executeSchemaCommand() at /var/www/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php:65
 Doctrine\ORM\Tools\Console\Command\SchemaTool\AbstractCommand->execute() at /var/www/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php:50
 Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand->execute() at /var/www/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php:264
 Symfony\Component\Console\Command\Command->run() at /var/www/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:853
 Symfony\Component\Console\Application->doRunCommand() at /var/www/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:200
 Symfony\Component\Console\Application->doRun() at /var/www/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php:80
 Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at /var/www/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:124
 Symfony\Component\Console\Application->run() at /var/www/bin/console:28

unknown function: quote_ident()

Using CockroachDB 1.1.

bin/console doctrine:schema:update -vvv


  [Doctrine\DBAL\Exception\DriverException]
  An exception occurred while executing 'SELECT quote_ident(table_name) AS table_name,
                         table_schema AS schema_name
                  FROM   information_schema.tables
                  WHERE  table_schema NOT LIKE 'pg_%'
                  AND    table_schema != 'information_schema'
                  AND    table_name != 'geometry_columns'
                  AND    table_name != 'spatial_ref_sys'
                  AND    table_type != 'VIEW'':
  SQLSTATE[42883]: Undefined function: 7 ERROR:  unknown function: quote_ident()

Internal error: 7 ERROR: unimplemented at or near "UTF8"

Branch: master

bin/console doctrine:database:create -vvv


  [Doctrine\DBAL\Exception\DriverException]
  An exception occured in driver: SQLSTATE[XX000]: Internal error: 7 ERROR:  unimplemented at or near "UTF8"
  SET NAMES 'UTF8'
            ^


Exception trace:
 () at /var/www/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractPostgreSQLDriver.php:91
 Doctrine\DBAL\Driver\AbstractPostgreSQLDriver->convertException() at /var/www/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:145
 Doctrine\DBAL\DBALException::driverException() at /var/www/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOPgSql/Driver.php:66
 Doctrine\DBAL\Driver\PDOPgSql\Driver->connect() at /var/www/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:360
 Doctrine\DBAL\Connection->connect() at /var/www/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:429
 Doctrine\DBAL\Connection->getDatabasePlatformVersion() at /var/www/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:389
 Doctrine\DBAL\Connection->detectDatabasePlatform() at /var/www/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:328
 Doctrine\DBAL\Connection->getDatabasePlatform() at /var/www/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php:103
 Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand->execute() at /var/www/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php:264
 Symfony\Component\Console\Command\Command->run() at /var/www/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:853
 Symfony\Component\Console\Application->doRunCommand() at /var/www/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:200
 Symfony\Component\Console\Application->doRun() at /var/www/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php:80
 Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at /var/www/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:124
 Symfony\Component\Console\Application->run() at /var/www/bin/console:28

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.