Re: [google-appengine] WTF... new SDK and new local datastore ???

2011-02-12 Thread Wim den Ouden
indicates high replication datastore

2011/2/12 Gopal Patel patelgo...@gmail.com


 what is this s~ doing there anyway ?

 On Sat, Feb 12, 2011 at 6:21 AM, djidjadji djidja...@gmail.com wrote:

 I had a problem that the python 1.3.8 SDK was unable to write in a
 1.3.7 SDK datastore.
 They must have changed something because SDK 1.4.1 was able to
 read/write a 1.3.7 SDK datastore.

 2011/2/11 Matija Jerković matija.jerko...@gmail.com:
  I am using java version. I remember that python version didn't break
  datastore file on sdk change, but for java version I am not sure if this
  happened before.

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




-- 
gr
Wim den Ouden
Custom applications, based on Google App Enginehttps://e-comm1.appspot.com/
.
Free open source E-commerce/E-bookkeeping/E-business framework (web)
appshttp://code.google.com/p/relat/
.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] WTF... new SDK and new local datastore ???

2011-02-11 Thread Matija
What is going on ? I have several backups of my local development datastore 
and with every new SDK I need to set every 'preference' data from beginning 
because new SDK doesn't know how to deal with previous sdk datastore file.

Is there way to circumvent this terrible practice ?

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] WTF... new SDK and new local datastore ???

2011-02-11 Thread Wim den Ouden
never noticed this, only when you have to backup the hr datastore add s~
to --application.
working with python and 'flat' command line.
gr
wim

2011/2/11 Matija matija.jerko...@gmail.com

 What is going on ? I have several backups of my local development datastore
 and with every new SDK I need to set every 'preference' data from beginning
 because new SDK doesn't know how to deal with previous sdk datastore file.

 Is there way to circumvent this terrible practice ?

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




-- 
gr
Wim den Ouden
Custom applications, based on Google App Enginehttps://e-comm1.appspot.com/
.
Free open source E-commerce/E-bookkeeping/E-business framework (web)
appshttp://code.google.com/p/relat/
.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] WTF... new SDK and new local datastore ???

2011-02-11 Thread Matija Jerković
I am using java version. I remember that python version didn't break
datastore file on sdk change, but for java version I am not sure if this
happened before.

On Fri, Feb 11, 2011 at 4:52 PM, Wim den Ouden wdenou...@gmail.com wrote:

 never noticed this, only when you have to backup the hr datastore add s~
 to --application.
 working with python and 'flat' command line.
 gr
 wim

 2011/2/11 Matija matija.jerko...@gmail.com

 What is going on ? I have several backups of my local development datastore
 and with every new SDK I need to set every 'preference' data from beginning
 because new SDK doesn't know how to deal with previous sdk datastore file.

 Is there way to circumvent this terrible practice ?

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




 --
 gr
 Wim den Ouden
 Custom applications, based on Google App Enginehttps://e-comm1.appspot.com/
 .
 Free open source E-commerce/E-bookkeeping/E-business framework (web) 
 appshttp://code.google.com/p/relat/
 .

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] WTF... new SDK and new local datastore ???

2011-02-11 Thread djidjadji
I had a problem that the python 1.3.8 SDK was unable to write in a
1.3.7 SDK datastore.
They must have changed something because SDK 1.4.1 was able to
read/write a 1.3.7 SDK datastore.

2011/2/11 Matija Jerković matija.jerko...@gmail.com:
 I am using java version. I remember that python version didn't break
 datastore file on sdk change, but for java version I am not sure if this
 happened before.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] WTF... new SDK and new local datastore ???

2011-02-11 Thread Gopal Patel
what is this s~ doing there anyway ?
On Sat, Feb 12, 2011 at 6:21 AM, djidjadji djidja...@gmail.com wrote:

 I had a problem that the python 1.3.8 SDK was unable to write in a
 1.3.7 SDK datastore.
 They must have changed something because SDK 1.4.1 was able to
 read/write a 1.3.7 SDK datastore.

 2011/2/11 Matija Jerković matija.jerko...@gmail.com:
  I am using java version. I remember that python version didn't break
  datastore file on sdk change, but for java version I am not sure if this
  happened before.

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.