google-code-export / appengine-devappserver2-experiment

Automatically exported from code.google.com/p/appengine-devappserver2-experiment
0 stars 0 forks source link

Change appid for the sqlite database #32

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. The datastore seems to have per-application storage. In particular, 
datastore.db creates tables something like

   dev~APPID!.namespace!Entities
   dev~APPID!.namespace!EntitiesByProperty

2. Where APPID is the `application` property in app.yaml
3. It is not possible to manually override the application id, without changing 
or using a different app.yaml.

What is the expected output? What do you see instead?

It would be helpful to be able to override, from the command line, the 
`application` parameter. This would be particularly useful perhaps when 
generating, saving and re-using test fixtures.

What version of the product are you using? On what operating system?

$ cat VERSION 
release: "1.7.5"
timestamp: 1357690550
api_versions: ['1']

On Mac OS X

Original issue reported on code.google.com by brianmh...@gmail.com on 7 Feb 2013 at 3:17