Граф коммитов

29 Коммитов

Автор SHA1 Сообщение Дата
MaceWindu 8d9f82816b
Prepare new release (#121) 2024-10-11 19:16:07 +02:00
MaceWindu af75f5dea7
update deps (#116) 2024-09-01 15:55:34 +02:00
MaceWindu 182b59af1f fix wrong nuget dependencies 2024-03-10 17:32:51 +01:00
MaceWindu 18f4f6bd3e
Resolve dependency issues in 5.2.0 release (#109)
* resolve dependency issues in LINQPad 5 version

* update release notes
2024-03-10 16:46:59 +01:00
MaceWindu 4ae27cd5d0
implement password manager support for connection strings (#107) 2024-03-09 15:49:45 +01:00
MaceWindu 96c8a99537
Fix use of invariant culture strings (#106)
* add culture analyzers

* register in release notes
2024-03-09 14:00:51 +01:00
MaceWindu ca58fdae6c
escape C# identifiers when needed (#105) 2024-03-09 13:35:55 +01:00
MaceWindu f1d1bf598f https://github.com/linq2db/linq2db.LINQPad/pull/102 2024-03-09 12:47:58 +01:00
MaceWindu 5400e4ae8f update dependencies 2024-03-09 12:29:06 +01:00
MaceWindu 0f9e695c93
add new option (#91) 2023-06-09 21:09:41 +02:00
MaceWindu d18f9a726d
Migration to scaffold framework for code-generation (#82)
* - initial project refactoring

- migration to scaffold framework

* move non-code files from project folder

* ifdefs refactoring

* code refactoring/cleanup (in progress)

* refactoring

* refactor settings UI

* update dependencies, fix build

* convert settings control tabs to usercontrol

* fix configuration dialogs styling

* implement #58, fixes, Access testing done

* sqlite tested

* - packages support

- custom types rendering
- firebird fixes

* sqlce (v5) fixes, v7 is not ready yet

* sqlce v7 fixes

* - sybase support

- fixes
- remove strong name

* clickhouse support

* sql server support (partially)

* sql server support

* postgresql linqpad 5 fix

* npgsql types rendering

* mysql/mariadb support

* oracle support

* sap hana support

* db2/informix support

* cleanup

* pre-built context support

* update dependencies

* code cleanup

* finalize release notes

* Update Build/README.md

Co-authored-by: Stuart Turner <stuart@turner-isageek.com>

* Update README.md

Co-authored-by: Stuart Turner <stuart@turner-isageek.com>

* Update release-notes.md

Co-authored-by: Stuart Turner <stuart@turner-isageek.com>

* add clickhouse provider information to UI

* [clickhouse] add FixedString to string mapping option

* add polysharp

* sql logger: don't log RecordsAffected when it is not set

* Database -> Database Type

* dialect detection for sql server, oracle, pgsql

---------

Co-authored-by: Stuart Turner <stuart@turner-isageek.com>
2023-04-22 15:18:34 +02:00
Stuart Turner e6bd05f3d9
Nuget Bugfix (#73)
* Nuget bugfix

* Correct other dependencies
2022-07-01 09:28:17 -05:00
Stuart Turner f7053eb701
update dependencies (#70) 2022-06-27 07:04:11 -05:00
Stuart Turner 1a8044b326
Update to v4.0.0 (#66)
* Update to v4.0.0

* code review

* remove?

* 🤦🏼‍♂️

* versions

* ...

* ...
2022-06-06 17:07:23 +02:00
MaceWindu 854266b8e8
update to 3.6.0 (#61) 2021-11-21 17:32:06 +01:00
MaceWindu 37b73cae86 again.. forget to update nuspec 2021-04-24 17:24:10 +02:00
MaceWindu 2ef1dcb662
[linqpad6] Support appsettings.json for typed data context (#52)
* [LINQPAD6] add support for appsettings.json for static connection

* release notes
2021-04-24 17:12:00 +02:00
MaceWindu b7c7edf0df
Set CommandTimeout on explicitly created LINQPadDataConnection instances (#51)
* Set CommandTimeOut on remaining LINQPadDataConnection instances

* update release notes
2021-04-24 17:09:55 +02:00
MaceWindu 85e5d637fb
bump version, fix firebird 4 support (#50) 2021-04-24 17:07:17 +02:00
MaceWindu c3067af627 release 3.3.1 (fix invalid nuget dependencies) 2021-03-25 15:34:06 +01:00
MaceWindu 0f0e8196ee release 3.3.0 2021-03-25 14:49:29 +01:00
MaceWindu 4c10ee316b
Update release-notes.md 2021-03-12 15:04:03 +01:00
MaceWindu 7e5d577ce3
Update release-notes.md 2021-03-12 15:03:25 +01:00
MaceWindu d833f1ce75
Prepare 3.2.0 release (#41)
* prepare 3.2.0 release

* fix #39 (?. operator doesn't work with dynamic?)
2021-03-12 15:00:44 +01:00
MaceWindu 7cebe96f8b
Update release-notes.md
Co-authored-by: Stuart Turner <stuart@turner-isageek.com>
2020-10-09 13:40:41 +03:00
MaceWindu 40366f0fb8 version 3.1.0 2020-10-09 12:19:22 +02:00
MaceWindu cc337ab556 update version 2020-07-29 11:41:20 +02:00
MaceWindu 8c22959058
Update release-notes.md 2020-07-28 10:52:48 +02:00
Jochen Kühner e6447883ca
work on linqpad6 support (#32)
* work on linqpad6 support

* fix appveyor

* remove unneeded dll's

* fix assembly loading in linqpad, missing minor

* switch to linq2db version 3

* work on linq2db 3.0 support

* C# 8 NRT migration, enable access oledb/odbc + firebird drivers (more coming soon)

* remove debug code

* enable mysql, migrate to mysqlconnector, workaround inconsistencies in default schema name for procedures and tables

* add npgsql, fix linqpad6 support

* sybase ASE support

* oracle support

* SQL CE support

* DB2 LUW support

* sap hana support

* informix support

* sqlite support

* sql server support with spatial types

* Fix issues, found during access odbc provider testing:

- remove empty tables from tree (e.g. protected access tables)
- escape xml-unfriendly characters in strings and char values
- fix access ODBC procedure call

* - fix references for v6

- fix <i> styles for v6
- improve \uxxxx formatting

* - fix custom formatters

- fix DB2 types support

* - Firebird, Informix, mysql/mariadb testing

- nullability workaround for provider-specific value types

* - sqlce fixes

- postgresql types support

* sql server fixes

* fix oracle, remove native provider as it currently broken and not really needed

* - add provider path configuration for sqlce/saphana for linqpad6

- moved context element names to constants
- fixed conditional T4 generation for NotifyPropertyChanged (need to be ported to linq2db)
- fixed ui in connection dialog
- changed copyrights to "Linq To DB"

* forgot to add files to previous commit...

* update readme

* - add release notes

- pipelines and nuget files (untested yet)

* fix value formatter

* address code review

* add note about sql server 2000 support

* generate nuget on all branches

* cleanup/build fixes

* fix nuget pack command

* fix artifact publishing

* mkay, file mask not supported

* fix nuspec

* fix connection images location

* disable nuget generation on non-master/release branches

* remove var

Co-authored-by: MaceWindu <MaceWindu@users.noreply.github.com>
2020-07-28 10:15:59 +02:00