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

Bltoolkit new features #1

Open
wants to merge 1,629 commits into
base: master
Choose a base branch
from
Open

Bltoolkit new features #1

wants to merge 1,629 commits into from

Conversation

lvaleriu
Copy link

@lvaleriu lvaleriu commented Feb 5, 2013

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.
"

igor-tkachev and others added 30 commits April 2, 2013 20:34
…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
lvaleriu and others added 30 commits November 6, 2013 16:02
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
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.

9 participants