Hai Cao
bc1b60fa87
[Table Designer] Add apis to support computed column ( #1495 )
2022-05-23 15:41:07 -07:00
Hai Cao
262fd00afd
fix memory optimized option inconsistent state ( #1503 )
...
* disable mem optimized instead of removing options
* bump DacFx
2022-05-23 13:27:18 -07:00
Aditya Bist
01fe402adf
Add error link to period col error ( #1494 )
...
* add error link to period col error
* remove sql server 15 from link
2022-05-13 10:18:58 -07:00
Hai Cao
24910c5b5c
[Table Designer] api change for insert and move col ( #1477 )
...
* make api change for insert and move col
* bump DacFx
2022-05-06 15:00:34 -07:00
Alan Ren
0882bf07bd
bring in table designer fixes ( #1463 )
2022-04-12 12:58:03 -07:00
Alan Ren
612fb9eb36
primary key columns validation rule ( #1461 )
2022-04-11 13:01:45 -07:00
Hai Cao
52f71e8b79
[Table Designer] fix check for isPkDescEnabled ( #1460 )
2022-04-11 10:10:16 -07:00
Alan Ren
8268820230
revert to previous behavior ( #1458 )
2022-04-08 19:12:03 -07:00
Alan Ren
574117d5d5
fix a couple table designer issues ( #1457 )
2022-04-08 17:52:41 -07:00
Aditya Bist
b1f494d04d
Added uniqueness check for constraints ( #1454 )
...
* added rule for checking constraints
* added constraint validation rule
* merge PR's
* remove unused code
* update comment
* remove unused import
2022-04-08 12:52:24 -07:00
Hai Cao
71830ee5f9
A few table designer improvements ( #1456 )
...
* add AdvancedType related contract & lib call
* use type list from col
* add description support to all view models
* remove desc for edge constraint
* bump DacFx to 160.6093.0-preview
* nit
2022-04-08 11:42:55 -07:00
Aditya Bist
54dc04c533
add table type to process and publish results ( #1448 )
...
* add table type to process and publish results
* make generic property bag
* review comments
* remove unused code
* edit comment
2022-03-31 21:01:37 -07:00
Hai Cao
3b2ffe8aea
change table designer report type to markdown ( #1433 )
2022-03-17 18:39:06 -07:00
Alan Ren
fb7ed1e4dc
fix enum name ( #1432 )
2022-03-17 13:23:54 -07:00
Alan Ren
92cb4beca0
support issue severity ( #1430 )
2022-03-17 10:16:42 -07:00
Alan Ren
271f5f881a
add validation rule for identity setting ( #1429 )
2022-03-16 17:03:09 -07:00
Alan Ren
7a326b2487
new table designer features ( #1420 )
...
* support graph table types
* more fixes
* refresh view upon edit
* support temporal tables
* temporal and memory table
* primary key and default constraint
* bug fixes
* dispose table designer
* vbump dacfx
* update string
2022-03-08 18:52:51 -08:00
Aditya Bist
3e5bf00cc5
Change preview report type ( #1418 )
...
* change report type
* PR comments
* fix doc for report
* rename format to mimetype
* nitpicks
* edit comments
* default to plain text
2022-03-08 14:07:30 -08:00
Charles Gagnon
40c5d48c5e
Fail build on unneeded usings ( #1417 )
2022-03-04 16:38:01 -08:00
Alan Ren
5005c344ad
fix typo ( #1412 )
2022-02-17 15:02:50 -08:00
Alan Ren
2542df3502
add validation for table designer ( #1411 )
...
* add validation for table designer
* comments
2022-02-17 11:12:27 -08:00
Alan Ren
c2d826548c
always allow a column to be added to PK ( #1410 )
2022-02-17 10:04:25 -08:00
Alan Ren
6b1b2720f2
enable AAD auth for Table Designer ( #1396 )
2022-02-08 12:56:43 -08:00
Alan Ren
308e3019f7
refresh the table information after saving ( #1387 )
...
* refresh the table information after saving
* add comment
2022-02-03 18:06:34 -08:00
Alan Ren
3c93d57730
table designer - support second level entities ( #1381 )
...
* support secondary entities
* new table info for existing table scenario
* delete column confirmation
* vbump Dacfx
2022-02-02 13:40:45 -08:00
Alan Ren
1cdb2b94ac
table designer - support indexes and write operations ( #1363 )
...
* support indexes
* column properties
2022-01-18 17:15:22 -08:00
Alan Ren
0fcc6dc5cf
rename the table designer requests ( #1356 )
...
* rename the table designer requests
* rename request
2022-01-07 10:57:16 -08:00
Alan Ren
5ca4054582
support save/script/report operations for table designer ( #1348 )
...
* save changes
* rename
* new version of dacfx
2021-12-21 15:31:44 -08:00
Hai Cao
adb82f2dd0
[Table designer] add a few column property edit handlers ( #1339 )
2021-12-14 15:56:06 -08:00
Alan Ren
0599de2de7
foreign keys and constraints ( #1318 )
...
* foreign keys and constraints
* revert sdk change
2021-11-19 16:44:52 -08:00
Alan Ren
b131d1738d
add foreign keys and constraints ( #1316 )
...
* add foreign keys and constraints
* add property name
2021-11-18 15:01:10 -08:00
Alan Ren
3fd400b0d6
use dacfx to populate table information ( #1298 )
2021-11-11 16:59:36 -08:00
Alan Ren
a3c69f3dd2
use path to identify edit target ( #1292 )
...
* use path to identify edit target
* async action
* revert RequestContext change
* comments
* address comments
* fix test
2021-11-10 17:39:48 -08:00
Alan Ren
e33caf38c4
Alanren/new column properties ( #1278 )
...
* new column properties
* add description
2021-11-02 18:50:52 -07:00
Alan Ren
e305d30004
load the schema information ( #1274 )
...
* load the schema information
* pr comments
2021-10-20 12:54:54 -07:00
Alan Ren
1a52a9ee84
handle dispose table designer request ( #1273 )
...
* handle dispose table designer
* use connection string
2021-10-19 13:04:01 -07:00
Alan Ren
192f7fccd4
handle add column request ( #1272 )
...
* handle add column request
* comments
* rename data to ViewModel
2021-10-19 09:54:57 -07:00
Alan Ren
791c3594a9
add table designer handlers ( #1269 )
...
* add table designer handlers
* add comments
2021-10-14 13:39:55 -07:00