Skip to content

Remove not implemented #367

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

Closed
wants to merge 7 commits into from
Closed

Remove not implemented #367

wants to merge 7 commits into from

Conversation

Naragato
Copy link
Contributor

This removes not implemented exceptions being thrown when using certain properties. The reason being OrmLite from servicestack sets some of these properties, although it does not use them.

It also contained a fix (14b38e3 [14b38e3]) and a test for issues when reading column defs, but this has been merged away and was fixed in the commit (6b7b3f8 [6b7b3f8]).

I have left the changes to the test to catch any issues surrounding this thou :).

sibmitto and others added 7 commits October 5, 2017 14:15
Pull Latest Changes from source
…derlying is the reuse of the reference used by the ByteArrayReader. This is just a quick and dirtly fix with minimal performance impact as it only effects ColumnDefinitionPayload.
…issue underlying is the reuse of the reference used by the ByteArrayReader. This is just a quick and dirtly fix with minimal performance impact as it only effects ColumnDefinitionPayload."

This reverts commit 14b38e3.
…ls. The issue underlying is the reuse of the reference used by the ByteArrayReader. This is just a quick and dirtly fix with minimal performance impact as it only effects ColumnDefinitionPayload.""

This reverts commit ba26793.
@bgrainger
Copy link
Member

This PR was failing so I reimplemented the fix here: ebd35aa

I also saw that you added support for MySqlConnector in OrmLite; thanks!

And then I saw this hack, which I wanted to help you get rid of 😄
https://github.com/ServiceStack/ServiceStack.OrmLite/blob/1263792/src/ServiceStack.OrmLite/Expressions/SqlExpression.cs#L2420-L2423

@bgrainger
Copy link
Member

Fixed in 0.29.1.

@bgrainger bgrainger closed this Oct 22, 2017
@Naragato
Copy link
Contributor Author

Good stuff :)

@Naragato Naragato deleted the remove-not-implemented branch October 23, 2017 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants