Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge #2

Merged
merged 30 commits into from
Jun 29, 2016
Merged

Merge #2

merged 30 commits into from
Jun 29, 2016

Conversation

stchr
Copy link
Owner

@stchr stchr commented Jun 29, 2016

No description provided.

Taluu and others added 30 commits January 25, 2016 13:19
…moveColumn, OnSchemaAlterTableChangeColumn, OnSchemaAlterTableRenameColumn events
This allows a subclass to be used fluently without confusing static
analysis tools.
Fluent methods in QueryBuilder are now documented as returning `self`
+ Change formating of code
Remove arbitrary line number from github link
- have forgot -> have forgotten
- larger or equal to 0 -> larger than or equal to 0
fix grammar in DBALException messages
Catch Throwable in Connection::transactional()
Fluent methods in QueryBuilder are now documented as returning `$this`
…ormating

Add more information for failed queries in tests
For example if the DebugStack SQL logger contains 3 queries, then we want an output like this:
```
3. <query 3>
2. <query 2>
1. <query 1>
```
not like that:
```
4. <query 3>
3. <query 2>
2. <query 1>
```
Fix SQL queries numbering in test failure output
Fixing method name 'rollBack'
Json unflawed Type (DDC-3863)
[Documentation] Extend Events documentation
Use implemented method instead of duplicate implementation
@stchr stchr merged commit 1921922 into stchr:master Jun 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.