play--database icon indicating copy to clipboard operation
play--database copied to clipboard

The option --output has no effect

Open ggd543 opened this issue 14 years ago • 3 comments

After I typing this command and run :

play db:export myapplication --output=c:\myfile.ddl

I can't find the myfile.ddl in c driver

ggd543 avatar May 17 '10 03:05 ggd543

As indicated in the documentation, the -- commands are only available for play! > 1.0.2.1. (it was required to change the scripting API). So you will need to run play! nightly.

So with play! 1.0.2.1:

play db:export mapplication

is the only option option.

pepite avatar May 17 '10 05:05 pepite

Yes, I am using Play! nightly build .

ggd543 avatar May 22 '10 02:05 ggd543

hmm then I have to investigate. Can it be a permission problem? I have no problem on mac os x and linux, and I don't have a window platform at the moment. I will try to investigate this matter.

pepite avatar May 24 '10 17:05 pepite