-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathdevelopmentideas.txt
22 lines (17 loc) · 1 KB
/
developmentideas.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Eventually make the wiki Project in github reference the /docs subfolder
https://stackoverflow.com/a/76144369
EXAMPLE cmds:
git clone https://github.com/youName/ProjectName.wiki docs
git submodule add https://github.com/youName/ProjectName.wiki docs
git submodule update --init
ORACLE
InfoMessage
https://stackoverflow.com/questions/193107/print-text-in-oracle-sql-developer-sql-worksheet-window
Always roll version (minor) forward by 1 when updating provider nuget packages.
---------
TODO:
+ PSObjectDataReader in .NET
- update sqlBulkcopy to take objects directly / andor to take datareader directly?
- or create full fleged provider for objects? (maybe using datatable as backend?)
+ Allow invoke-SqlQuery/SqlUpdate to take objects as input (translate to parameters) -- single or multiple objects? (probably single only)
---- Better Information : https://devblogs.microsoft.com/powershell/resolving-powershell-module-assembly-dependency-conflicts/#quick-fixes-and-their-limitations ----