Relational icon indicating copy to clipboard operation
Relational copied to clipboard

A fluent, intuitive ORM for any relational database engine

Results 15 Relational issues
Sort by recently updated
recently updated
newest added

Hi Again! I was wondering how can I work with transactions like Rollback and Commit. I've checked that the flush() method already deals with it, but here's what I'm trying...

The bits I was allowed to see from the ANS SQL standard ISO/IEC 9075, was the results from a search query for "SQL table name" and I quote. > ISO/IEC...

Easy Pick

Found the free ANS SQL standard Part 1: http://standards.iso.org/ittf/PubliclyAvailableStandards/index.html [ISO_IEC_9075-1_2008](http://standards.iso.org/ittf/PubliclyAvailableStandards/c045498_ISO_IEC_9075-1_2008.zip) According to [Wikipedia](http://en.wikipedia.org/wiki/SQL:2008) there are 14 parts: ISO/IEC 9075-1:2008 Framework (SQL/Framework) ISO/IEC 9075-2:2008 Foundation (SQL/Foundation) ISO/IEC 9075-3:2008 Call-Level Interface (SQL/CLI)...

Information

I found a bug with postgreSQL. If you're using postgreSQL's driver, when Respect\Mapper::checkNewIdentity calls PDO::lastInsertId(), it must pass the sequence name as a parameter to this method. Currently, the pk...

Is Relational capable of dealing with PostgreSQL Schemas? I am not sure if I can map the schemas and tables properly. I have used variables instead methods to map schemas:...