Branch: refs/heads/master
Home:
https://github.com/Teiid-Designer/teiid-designer
Commit: e2cab1fd4f051605d22b94b2934b733edd13e388
https://github.com/Teiid-Designer/teiid-designer/commit/e2cab1fd4f051605d...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2013-06-06 (Thu, 06 Jun 2013)
Changed paths:
M
plugins/org.teiid.designer.core/src/org/teiid/designer/core/workspace/DotProjectUtils.java
Log Message:
-----------
Avoid throwing pointless exceptions when testing .project files
* Only if their is a .project file can it be tested for a modelling nature
Commit: 8873bf897bc04c47cee4a8c02f6781a00ea4a563
https://github.com/Teiid-Designer/teiid-designer/commit/8873bf897bc04c47c...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2013-06-06 (Thu, 06 Jun 2013)
Changed paths:
M plugins/org.teiid.designer.spi/src/org/teiid/designer/query/sql/lang/IDelete.java
M plugins/org.teiid.designer.spi/src/org/teiid/designer/query/sql/lang/IUpdate.java
M
plugins/org.teiid.designer.spi/src/org/teiid/designer/query/sql/symbol/IAggregateSymbol.java
M plugins/teiid/org.teiid.8.4.x
Log Message:
-----------
Updates 8.4.x to Teiid 8.4 CR2
* IAggregateSymbol
* Inclusion of STRING_AGG function type
* IUpdate
* IDelete
* TranslatableProcedureContainer is no longer included in Teiid 8.4, so
although an ITranslatableProcedureContainer interface should remain in
the spi for backward compatibility, IUpdate and IDelete can no longer
extend it.
* Extends IProcedureContainer which is consistent across all teiid runtimes
Compare:
https://github.com/Teiid-Designer/teiid-designer/compare/fee704c0fda2...8...