Trac

Custom Query (224 matches)

Filters
 


Ticket Summary Status Owner Type Priority Milestone
271ILIKE dql supportnewsomebodyenhancementblocker2.0.0
668Doctrine cannot parse query strings with keywords in themnewjepsodefectblocker2.0.0
733RawSql Produces ErrornewzYnedefectblocker2.0.0
736objects are hydrated when allready existing in local scope, overwriting changes done to thosenewzYnedefectblocker2.0.0
973Missing IN() when used in Where clausesreopenedromanbdefectblocker2.0.0
1073Unable to delete record when using more than 1 connectionsnewromanbdefectblocker1.0.0-BETA1
1207versionable model files not generatednewjwagedefectblocker1.0.0-BETA1
460support for composite keys relationsnewromanbenhancementcritical2.0.0
481Doctrine mapping error with back to back addWhere of same object, different relationnewzYne-defectcritical2.0.0
585identifiers/fields are selected when not selecting themnewzYnedefectcritical2.0.0
599doctrine converts field names to lowecase (postgresql)newlsmithdefectcritical2.0.0
632change behavior of "unset" from "delete" to "unlink"newsomebodyenhancementcritical2.0.0
633unset relationship collection element deletes related object, but not all association table rows referring to itnewsomebodydefectcritical2.0.0
702Sequences not working (at least) with MySQLreopenedsomebodydefectcritical2.0.0
775Relationship inconsistencies, $a->bs[] = $b should result in $a in $b->asnewzYne-defectcritical2.0.0
877Import error on class table inheritance with foreign key in the parentnewromanbdefectcritical2.0.0
1109related records are inserted again when using postInsert() hooknewromanbdefectcritical1.0.0-BETA1
1213Related record overwrites the relationship identifier when using hasOnenewromanbdefectcritical1.0.0-BETA1
1226Fatal error in Record.php 4610newromanbdefectcritical
8Nested set supportreopenedsomebodyenhancementmajor2.0.0
9Path list model for hierarchical datanewsomebodyenhancementmajor2.0.0
19Database trigger supportnewsomebodyenhancementmajor2.0.0
21Database scroll supportnewsomebodyenhancementmajor2.0.0
24Better support for database constraintsnewsomebodyenhancementmajor2.0.0
28Support for database-specific typesnewsomebodyenhancementmajor2.0.0
63One-to-one related component replacingnewsomebodydefectmajor2.0.0
67loadRelated doesn't work for Doctrine_Association_Selfnewsomebodydefectmajor2.0.0
68Integrate association table self-referencing as part of DQL reference modelnewsomebodydefectmajor2.0.0
79Tune DQL containsnewsomebodydefectmajor2.0.0
100Record and transaction validatorsnewsomebodydefectmajor2.0.0
111Value wrappersnewsomebodyenhancementmajor2.0.0
204Mysqli adapternewsomebodyenhancementmajor2.0.0
224Doctrine_Lognewsomebodyenhancementmajor2.0.0
243limitation in rawSQL, adding custom things in the SELECT bitnewsomebodydefectmajor2.0.0
245RawSQL Aggregate supportnewsomebodydefectmajor2.0.0
283Allow connection level config option to prefix db namesnewsomebodyenhancementmajor2.0.0
287Make the compiler compile files to multi-line filenewsomebodytaskmajor2.0.0
334DQL UPDATE FROM supportnewsomebodyenhancementmajor2.0.0
348Support for auto connection switching dependent on user defined filtersnewsomebodytaskmajor2.0.0
371Add ability to retrieve component path for an aliasnewzyneenhancementmajor2.0.0
448add a method to get the size (in bytes) of a recordreopenedsomebodyenhancementmajor2.0.0
450Code formattingnewsomebodytaskmajor1.0.0
454enhance cache to be able to return objectsnewzYneenhancementmajor2.0.0
476Full "OR" supportnewzYne-defectmajor2.0.0
494Provide mechanism for defining arbitrarily complex relationshipsnewsomebodyenhancementmajor2.0.0
497Support for Natural Joinsnewsomebodyenhancementmajor2.0.0
551Uppercase in primary key does not work in (at least hasOne) relations in JOINnewzYnedefectmajor2.0.0
559Incorrect where() parsingnewzYnedefectmajor2.0.0
568PostgreSQL Can't insert data - ERROR: invalid input syntax for integer: "nextval('content_comments_id_seq'::regclass)" [patch added]newzYne-defectmajor2.0.0
575SELECT DISTINCT does not worknewzYne-defectmajor2.0.0
594Adding Support for Schemaassigneddomlucdefectmajor2.0.0
611Subquery doesn't worknewzYnedefectmajor2.0.0
671Query parser fails on MySQL fulltext searchesnewzYne-defectmajor2.0.0
715Table->getColumns() returns table names as lowercasenewsomebodydefectmajor2.0.0
753Setting global default values (notnull / charset / etc...)newsomebodyenhancementmajor2.0.0
755Support for text templates in *schema.yml filesnewjwageenhancementmajor2.0.0
785Better handling of nested (internal) transactionsnewlsmithdefectmajor2.0.0
809Query fails on child class when using table class inheritance if parent class has a relationnewromanbdefectmajor2.0.0
828Parenthesis in string literal can cause problemsnewjepsodefectmajor2.0.0
894SQL BETWEEN Condition brokennewromanbdefectmajor2.0.0
908Doctrine_Validator missed the template validaiton.newjwagedefectmajor2.0.0
913DQL query parser doesn't validate queries wellnewromanbdefectmajor2.0.0
947build-sql task doesn't parse size/length attributesnewjwagedefectmajor1.0.0-BETA1
985when using postresql the auto sequence onDemand fails die to transactionsnewdefectmajor1.0.0-BETA1
996Persistent connections and other configuration settingsnewjwagedefectmajor1.0.0
1027column lengthsnewjwagedefectmajor1.0.0-BETA1
1038Order by fields to the Oracle Querynewromanbdefectmajor1.0.0-BETA1
1079Doctrine_Search doesn't index words with accented charactersnewjwagedefectmajor1.0.0
1090Performance overhead for large tables caused by Query::count()newromanbdefectmajor1.0.0-BETA1
1095Tests for Taggable Pluginnewjwagedefectmajor2.0.0
1096Support for uniqueidentifier type in MS SQLnewjwagedefectmajor1.0.0-BETA1
1112Fix YAML parsing - Use sfYamlParser from sf1.1newjwagedefectmajor1.0.0-BETA1
1120i18n implementation for concrete inheritancenewjwagedefectmajor1.0.0-BETA1
1123Incorrect SQL For Equal nest relationsreopenedromanbdefectmajor1.0.0-BETA1
1128Add generateModelsFromXml methodnewjwageenhancementmajor1.1.0
1129Add generateXmlFromYaml methodnewjwageenhancementmajor1.1.0
1131$record->get('foo_id') returns related record 'Foo' instead of field valuenewromanbdefectmajor1.0.0-BETA1
1132dqlSelectHook problem when adding the params in the execute partnewromanbdefectmajor1.0.0-BETA1
1135Add generateYamlFromXml methodnewjwageenhancementmajor1.1.0
1137Add generateArrayFromSchema methodnewjwageenhancementmajor1.1.0
1141Backport new scalar hydration modes from trunk (2.0)newromanbdefectmajor1.1.0
1150validating length crashes when using multibyte character sets (ie: UTF8)newjwagedefectmajor1.0.0-BETA1
1153Search entire sitenewjwageenhancementmajor1.1.0
1165Transactions for NestedSetnewromanbenhancementmajor1.0.0-BETA1
1173[doc] sfDoctrinePlugin no persistent connection?newjwagetaskmajor1.0.0-BETA1
1195RawSql fixes (addWhere, dictinct, count)newromanbdefectmajor1.0.0-BETA1
1196Bug in _constructQueryFromCache, Result Cache does not work.newromanbdefectmajor1.0.0-BETA1
1214Sluggable uniqueSlug not working correct with owń builder functionnewjwagedefectmajor1.0.0-BETA1
1216validate whole graph prior to insert/updatenewromanbdefectmajor1.0.0-BETA1
1220[sfDoctrine] patch to make booleans works with/in Symfony formsnewjwagedefectmajor
1229Error in Documentation: TCLEAN Object not persistednewromanbdefectmajor1.0.0-BETA1
1240Cannot use DQL Update and Delete Statement with inheritancenewromanbdefectmajor1.0.0-BETA1
1242_insertCTIRecord failed when a class has a great parentnewromanbdefectmajor2.0.0
1248Geographical plugin is inaccuratenewjwagedefectmajor1.0.0-BETA1
1250i18n problem if all fields are in translation tablereopenedjwagedefectmajor1.0.0-BETA1
1254IN-Subquery with LIMIT and 1:n relation generates incorrect SQLnewromanbdefectmajor1.0.0-BETA1
1255Table aliases aren't used in join condition ON or WITH clausesnewjwagedefectmajor1.0.0-BETA1
1256orderby doesn't work with related recordsnewjwageenhancementmajor2.0.0
1264Typo in Doctrine/Export.phpnewjwagedefectmajor1.0.0-BETA1
1266Table Export with Mssql never produces a NULL columnnewjwagedefectmajor1.0.0-BETA1
1267Constraints (unique, index) in createTable()-Options produce errors with Mssqlnewjwagedefectmajor1.0.0-BETA1
1271ENUM fields under MySQLnewjwageenhancementmajor1.0.0-BETA1
1275regression: $q->where('field IN (?)') can produce zero resultsnewjwagedefectmajor1.0.0-BETA1
1277Unexpected behaviours when record is first queried partially and later fullynewromanbdefectmajor1.0.0-BETA1
1278Connection binding failsnewjwagedefectmajor1.0.0-BETA1
16Database intersection supportnewsomebodyenhancementminor2.0.0
27Cross-database queries and referencesnewsomebodyenhancementminor2.0.0
34SET datatypenewsomebodyenhancementminor2.0.0
35Money as a built-in datatypenewsomebodyenhancementminor2.0.0
36Multibyte encoding supportnewsomebodyenhancementminor2.0.0
123Better docs for Doctrine::compile()newromanbtaskminor1.0.0
237MySQL: Support for SQL_CALC_FOUND_ROWSnewsomebodyenhancementminor2.0.0
255Unique validator could take a group of fieldsnewsomebodyenhancementminor1.1.0
276Optimizing ORDER BY RAND()newsomebodyenhancementminor2.0.0
332mapping empty string date values to NULLnewsomebodyenhancementminor2.0.0
470Link API docs into manualassignedjwageenhancementminor2.0.0
488Nested Sets allow moving nodes to locations which should not be allowednewromanbtaskminor2.0.0
498Smart compilenewsomebodyenhancementminor2.0.0
518Support for postgres arrays and/or composite data typesnewsomebodydefectminor2.0.0
595resync with MDB2newsomebodydefectminor2.0.0
607Wrong "where" multiline string parsing.newzYne-defectminor2.0.0
655Create models for a restricted set of tables using Doctrine::generateModelsFromDb()newenhancementminor2.0.0
667Saving objects from Query with custom expressions in selectnewzYne-defectminor2.0.0
675Column aggregation inheritance fails to be exported when a additional columns are specified in the subclassesnewromanbdefectminor2.0.0
676Single Table Inheritance - Ensure an instance of a subclass can only access it's own fields.newromanbdefectminor2.0.0
679Error reporting in symfony doctrine-dqlnewzYne-enhancementminor2.0.0
681orderby problemnewjepsodefectminor2.0.0
713Doctrine::HYDRATE_SINGLE_VALUEnewzYne-enhancementminor2.0.0
747Ability to Sort NestedSet results by a specific field per levelnewromanbenhancementminor2.0.0
760Inheritance don't work correctlynewsomebodydefectminor2.0.0
772New feature for Versionable pluginnewzYne-enhancementminor2.0.0
781Patch to Doctrine_Relation to add orderBy to relationsnewromanbenhancementminor2.0.0
787Possibility to have differing column names for the primary key in inheritance mappingnewromanbenhancementminor2.0.0
806Relationship key returns __toString() when working with unsaved objectsnewromanbdefectminor2.0.0
811Schema files - Pluralize foreign aliases option.newjwageenhancementminor2.0.0
812Allow arbitray dql parts to be defined in the relationship definitionnewromanbdefectminor2.0.0
813Create Doctrine_Autoloader implementationnewjwageenhancementminor2.0.0
816Add copy($deep = false) to Doctrine_Collectionnewjwagetaskminor2.0.0
847Sluggable field on i18n table translationnewsomebodyenhancementminor2.0.0
861Parameter for doctrine-build-dbnewsomebodyenhancementminor2.0.0
870I18n and Versionable working not togethernewzYne-defectminor2.0.0
871HYDRATE_ARRAY fails with multiple joinsnewsomebodyenhancementminor2.0.0
880MS SQL identity colums not detected correctlynewjwagedefectminor1.0.0-BETA1
881MS SQL functions as column default values do not work when generating YAMLnewjwagedefectminor1.0.0-BETA1
890Decimal type not supported by validationnewsomebodyenhancementminor2.0.0
891Concrete Inheritance and build-sql tasknewromanbenhancementminor2.0.0
897Custom attributes for a columnnewsomebodyenhancementminor2.0.0
898Support a read and write database.newsomebodyenhancementminor2.0.0
903Sluggable with i18nnewjwagedefectminor2.0.0
909doctrine save is slow on php 5.2.5newjwagedefectminor2.0.0
910When doing a DQL join on an class-table inherited field, wrong SQL is writtennewromanbdefectminor2.0.0
920unbinding relation and mapValue alikenewromanbenhancementminor2.0.0
934User solution for doctrine record validation.newjwageenhancementminor2.0.0
952When eagerly loading a parent and its children, the childrens' parent references are not setnewromanbdefectminor1.0.0-BETA1
954Union Supportnewguilhermeblancoenhancementminor2.0.0
964Introduce new exception syntaxnewromanbtaskminor2.0.0
975Proper caching of queries (allowing updates)newromanbenhancementminor2.0.0
976I18n and column aggregation is working with uneligible tablesnewjwagedefectminor1.0.0-BETA1
988Howto for querying generated classes directlynewjwageenhancementminor1.0.0
989modifiedFields() should provide acccess to old valuesnewromanbenhancementminor2.0.0
990querying for a cached, modified object overwrites the changesnewromanbdefectminor2.0.0
1006doctrine-build-schema doesn't handle decimals with scalesnewjwagedefectminor1.0.0-BETA1
1007inproperly specifying decimal(x, y) fails w/o errornewjwagedefectminor1.0.0-BETA1
1008Support for decimal format "decimal(x,y)"newjwageenhancementminor2.0.0
1012Way to specify the default table engine type with MySQLnewromanbenhancementminor2.0.0
1019Fixtures can be invalid YAMLnewjwagedefectminor1.0.0-BETA1
1029I18n: add an option to create a relation to langnewjwageenhancementminor1.1.0
1032utf8 issue with data fixtures loadingnewjwagedefectminor1.0.0-BETA1
1061Transactions handled differently in Postgres/MySQL using Column Aggregation Inheritancenewdefectminor1.0.0-BETA1
1077Implement propel style accessorsnewromanbdefectminor1.0.0-BETA1
1081preValidate() and postValidate() record hooks don't existnewadamthehuttdefectminor1.0.0-BETA1
1084doctrine-build-sql returns "successful" when generated SQL files are emptynewjwageenhancementminor2.0.0
1085doctrine-build-sql CLI help description enhancementnewjwageenhancementminor
1087"How to create Plugins" - more examplesnewjwagetaskminor0.11.1
1093Possible erroneous foreign key generationnewjwagedefectminor1.0.0-BETA1
1097identity column in MS SQL is improperly flagged as primary key.newjwagedefectminor1.0.0-BETA1
1100Incorrect constraints after addChildnewjwagedefectminor1.0.0-BETA1
1102support in where/addWhere for a criteria-like object or arraynewjwageenhancementminor2.0.0
1103Doctrine Compiler needs to be improved or droppednewjwagedefectminor2.0.0
1110Spaces at the beginning of a new scalar block line are ignoredreopenedjwagedefectminor1.0.0-BETA1
1126createRoot() should use the $model->id instead of a straight MAX()assignedromanbdefectminor1.0.0-BETA1
1130Versionable needs new Foo() to work correctlynewjwagedefectminor1.0.0-BETA1
1139Oracle databases creation failsnewjwagedefectminor1.0.0-BETA1
1146Double quotes should be specifically discouraged in the documentationnewjwageenhancementminor0.11.1
1155Record and Migration column definition api mis-matchnewjwageenhancementminor2.0.0
1156generateTablesFromYaml with Column Aggregation Inheritance produces invalid subclass modelsnewromanbdefectminor1.0.0-BETA1
1157Soft Delete additions and commentsnewjwageenhancementminor1.1.0
1167Inaccessible behaviors Taggable and Commentablenewjwagetaskminor2.0.0
1168Defining PK in Doctrine Template produce warningnewromanbdefectminor1.0.0-BETA1
1171Doctrine_Table->create() should mark created record STATE_TDIRTYnewjwagedefectminor2.0.0
1172New Doctrine_Record instances where the definition contains autoinc or sequence PK should start out STATE_TDIRTYnewjwagedefectminor2.0.0
1178Select, Update, Delete whereIn(DOCTRINE_COLLECTION)newromanbenhancementminor2.0.0
1183Subqueries Document Erratanewjwagedefectminor0.11.1
1190Validate relationship foreign and local are the same type and lengthnewromanbtaskminor1.1.0
1193"symfony doctrine:build-sql frontend" messes with fixed length CHAR fields from PostgreSQLnewjwagedefectminor0.11.1
1199"symfony doctrine:data-dump" crashes on tables without "id" attributereopenedjwagedefectminor0.11.1
1200Combine User credentials for Web Site (comments), trac, forumnewjwageenhancementminor
1202"doctrine:generate-crud" generates deprecated codenewjwagedefectminor
1203revert() functionnewjwageenhancementminor2.0.0
1212Trac Ticket Comment Spamnewjwagetaskminor
1218behaviour pluginTable option not work and *Tag.class.php not generatednewjwagedefectminor
1221Elaborate on Searchable behaviornewjwagetaskminor1.0.0
1223Checks are not working in YAMLnewjwagedefectminor0.11.1
1224sfDoctrinePlugin and doctrine:generate-crud creates a new foldernewromanbdefectminor0.11.1
1227Document that many-many association mappings must be bidirectionalnewjwagedefectminor0.11.1
1230Duplicate alias in NestedSet base querynewromanbdefectminor0.11.1
1236If Doctrine_I18n option generateFile is set to false, relations are not builtnewjwagedefectminor0.11.1
1239Improve documentation of Query_Registrynewguilhermeblancodefectminor1.0.0-BETA1
1243not_null validator behaviournewromanbdefectminor1.0.0-BETA1
1244range validatornewjwagedefectminor1.0.0-BETA1
1249notice in Record.phpnewromanbdefectminor1.0.0-BETA1
1252limit-subquery-algorithm doesn't work correctly with orderby a column of joined recordnewjwagedefectminor1.0.0-BETA1
1253enum evaluation in parametered join WITH dql hook not workingnewromanbdefectminor1.0.0-BETA1
1257Mssql: Unknown table alias [r] when using leftJoinnewromanbdefectminor1.0.0-BETA1
1258Sandbox not workingnewjwagedefectminor1.0.0-BETA1
1259MSSQL: Incorrect Syntax Near the Keyword "DISTINCT'newromanbdefectminor1.0.0-BETA1
1269autoincrement / MSSQL?newjwagedefectminor1.0.0-BETA1
1270Write documentation for Doctrine_Record::replace()newxheytherdefectminor1.0.0-BETA1
1274sfDoctrinePlugin - When using two connections import-sql creates all tables in both databasesnewjwagedefectminor1.0.0-BETA1
1276Memory leaks suggestionnewromanbenhancementminor1.0.0-BETA1
18Database union supportnewsomebodyenhancementtrivial2.0.0
490ValueObjects Templatenewsomebodyenhancementtrivial2.0.0
931[enhancement] postHydrateResultset hook would be great for I18nnewromanbenhancementtrivial2.0.0
1263Use of sfYamlnewjwageenhancementtrivial1.0.0-BETA1
Note: See TracQuery for help on using queries.