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

Remove Database.Connector fro uses in generated code #31

Closed
bogdanpolak opened this issue Sep 9, 2019 · 0 comments
Closed

Remove Database.Connector fro uses in generated code #31

bogdanpolak opened this issue Sep 9, 2019 · 0 comments
Labels
bug Something isn't working
Projects

Comments

@bogdanpolak
Copy link
Owner

Is now:

uses
  System.SysUtils,
  Database.Connector;

should be:

uses
  System.SysUtils,
  System.Classes,
  FireDAC.Comp.Client; // for them mock FDMemTable (or separate units)
@bogdanpolak bogdanpolak added the bug Something isn't working label Sep 9, 2019
@bogdanpolak bogdanpolak added this to To Do in ver-0.7 via automation Sep 10, 2019
@bogdanpolak bogdanpolak moved this from To Do to In Progress in ver-0.7 Sep 10, 2019
@bogdanpolak bogdanpolak moved this from In Progress to Done in ver-0.7 Sep 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
ver-0.7
  
Done
Development

No branches or pull requests

1 participant