forked from igor-tkachev/bltoolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bltoolkit new features #1
Open
lvaleriu
wants to merge
1,629
commits into
jasonf20:master
Choose a base branch
from
lvaleriu:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…1c2d41bbd44db8bff50585df2 Allow FullSQL Query to work when you have more than One Association to the same Table!
Ошибка при маппинге свойства интерфейсного типа
Conflicts: Extensions/JointureAddOn/DataAccess/FullSqlQuery.cs Extensions/JointureAddOn/Mapping/CollectionFullObjectMapper.cs Extensions/JointureAddOn/Mapping/FullMappingSchema.cs Extensions/JointureAddOn/Mapping/FullObjectMapper.cs Extensions/JointureAddOn/Mapping/IObjectMapper.cs Source/BLToolkit.4.csproj Source/BLToolkit.CP.4.csproj Source/BLToolkit.Data.4.csproj Source/BLToolkit.SL.4.csproj Source/Data/DataProvider/DataProviderBase.cs Source/Data/DataProvider/OdpDataProvider.cs Source/Data/DataProvider/ProviderName.cs Source/Data/Linq/Builder/ExpressionBuilder.SqlBuilder.cs Source/Data/Linq/Expressions.cs Source/Data/Linq/Extensions.cs Source/Data/Sql/SqlProvider/OracleSqlProvider.cs Source/DataAccess/SequenceKeyGenerator.cs Source/Mapping/MapMemberInfo.cs Source/Mapping/MappingSchema.cs UnitTests/CS/JointureTests/AssociationTests.cs UnitTests/Linq/TestBase.cs
NUnit tests code refactoring
Conflicts: DataProviders/DevartOraclePro/app.config DataProviders/DevartOraclePro/packages.config Extensions/JointureAddOn/BLToolkit.4.JointureAddOn.csproj UnitTests/CS/packages.config packages/NUnit.2.6.3/lib/nunit.framework.xml packages/NUnit.2.6.3/license.txt packages/dotConnect.Express.for.Oracle.8.1.36/content/app.config.transform packages/dotConnect.Express.for.Oracle.8.1.36/content/web.config.transform packages/dotConnect.Express.for.Oracle.8.1.36/dotConnect.Express.for.Oracle.8.1.36.nuspec Code refactoring
…pe in the method InsertBatch for OdpDataProvider
…hen executing a linq query (with or without UseQueryText = true). This will cut the DateTime value and take only the Date value, as logically intented by the mapping. - Code refactoring
…d of TO_TIMESTAMP. Query over indexes/partition columns performances are WAY better when using TO_DATE oracle fonction - Code refactoring
Conflicts: BLToolkit.2012.sln packages/FirebirdSql.Data.FirebirdClient.3.0.2.1/FirebirdSql.Data.FirebirdClient.3.0.2.1.nuspec packages/FirebirdSql.Data.FirebirdClient.3.2.0.0/FirebirdSql.Data.FirebirdClient.3.2.0.0.nuspec packages/FirebirdSql.Data.FirebirdClient.4.0.0.0/FirebirdSql.Data.FirebirdClient.4.0.0.0.nuspec
Conflicts: Source/Data/Sql/SqlProvider/BasicSqlProvider.cs
Conflicts: BLToolkit.2012.sln
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello. As you have probably noticed there is a big split in the Bltoolkit community devellopment. I own a fork that igor doesnt have the time to integrate, but nevertheless i'd like to emphasize on the new features it includes. So, I'm starting to propose everyone to integrate my fork and have an overall feedback for the new stuff.
I'm quoting the description of the my pull request that was sent to igor :
"I've included all your different advancements and added new functionality since the last time :
1° Added the InsertBatchWithIdentity ( which uses oracle bulk options with OdpDataProvider and Batch insertion sql when using GenericDataProvider with UserQueryText = true). In oracle we reach 1500 insertions (with sequences) per sec.
2° Added the "ContainsExactly" string extension and its linq implementation in order to use the sql fonction "Contains"
3° FullMapping optimisation
"Hello
It has been quite some time since we last exchanged some words. I have continued to work on bltoolkit driven by my collegues' and my projects needs and I've tried to get sync with your advancement.
I've added a GenericDataProvider which permits to use any data provider installed on a machine without having a strong link to a specific dataprovider dll (it uses DbProviderFactories concept).
I've added a UseQueryText property on DataProvider Base which permits to generate plain text query instead of using command parameters (It's useful for Oracle when some "select queries" are way to fast in plain text).
I've added an InsertWithIdentity method on SqlQuery object in order to mentain a similitude with the DbManager class.
Some bugs were fixed on JointureAddon which permit now more complex associations.
Would you take a look on these and tell me if it's possible to pull this code into your branch?
Thanks!
Valeriu"
P.S : I dont have VisualBasic installed so I hope there wont be any compilation errors. But dont hesitate to tell me about.
"