question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add UI to exclude columns from reverse engineering

See original GitHub issue
  • Create new class to exchange the table list (stop using TableInformation).
  • Add columns to this class.
  • Add columns to the output from TableList command if EFPT CLI tool.
  • Extend TableInformation with a new, non-serialized List<ColumnInformation>, where ColumnInformation has: string Name, bool Excluded
  • Construct the ExcludeColumns property when loading options, and set when saving options.
  • Bind ColumnInfomation to UI - no idea how…

@sm15455 FYI

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:22 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
sm15455commented, Nov 20, 2020

That would be a nice feature to have, if possible, I think?

Done

1reaction
sm15455commented, Nov 20, 2020

#597

This PR “almost” complete the task. I have to add some tests.

Furthermore,

  • In Load selection and save Selection buttons should we save columns too or just leave table names?
  • Should columns of unselected tables be disabled in the treeview?
Read more comments on GitHub >

github_iconTop Results From Across the Web

Specify columns to ignore during reverse engineering ...
Hi, when scaffolding from database, I often need to map a property to an enum type and not to its database column type....
Read more >
Hibernate reverse engineering - any smart way to exclude ...
hbm.xml file) all the column names, I wonder there is any easy way to exclude unnecessary columns from the generated POJO. I got...
Read more >
friendly UI tricks for re-mapping column names?
I have an extensive internal generic column name approach that I ... on my end for now to avoid delays and reduce reverse...
Read more >
5 Creating and Reverse-Engineering a Model
This chapter describes how to create a model, how to reverse-engineer this model to ... See Adding and Deleting Datastore Columns for more...
Read more >
Scaffolding (Reverse Engineering) - EF Core
Reverse engineering is the process of scaffolding entity type classes and a DbContext class based on a database schema.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found