• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
SQLite -- same DB, different machines -> different results
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SQLite -- same DB, different machines -> different results


  • Subject: SQLite -- same DB, different machines -> different results
  • From: Тимофей Даньшин <email@hidden>
  • Date: Thu, 11 Jun 2009 03:36:06 +0400

Hello.
I've written the alfa of my first app on the Mac which works in an acceptable manner on my macbook. But when i run it on my iMac, it returns different results for the in seemingly the same conditions.


The application is a dictionary. As the user types a word into the searchfield, he/she gets a completion suggestion (much like in Xcode for class or variable or method names or like in Safari for web- addresses). In my case it is the first word in the database with the prefix the user has already typed. So, for example, if a the user types "te", the first suggestion (s)he gets is "tea". But on the iMac, the user does not get that completion...
Again, the application is completely the same. It is the release build. It has the same database. Now that I think about it, the versions if SQLite may be different, but that shouldn't really matter, for SQL syntax is pretty standard. And the tables in the database do have an autoincremental id (besides the 'rowid').


What could be the reasons for that?

Thank you in advance,
Timofey.

By the way, if you are willing to try it, I think i could upload it somewhere... It is a russian-english-russian dictionary.
_______________________________________________


Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: SQLite -- same DB, different machines -> different results
      • From: Andy Lee <email@hidden>
  • Prev by Date: How to Access NSArrayController Contents in NSCollectionView Views?
  • Next by Date: Get|SetControlProperty() equivalent
  • Previous by thread: How to Access NSArrayController Contents in NSCollectionView Views?
  • Next by thread: Re: SQLite -- same DB, different machines -> different results
  • Index(es):
    • Date
    • Thread