• 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
Re: SQLite -- same DB, different machines -> different results
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Subject: Re: SQLite -- same DB, different machines -> different results
  • From: Gregory Weston <email@hidden>
  • Date: Sat, 13 Jun 2009 14:59:28 -0400


On Jun 12, 2009, at 5:30 PM, Тимофей Даньшин wrote:

On Jun 11, 2009, at 6:30 PM, Gregory Weston wrote:

Timofey wrote:

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...

As a recovering Oracle DBA, to me the most obvious question is: Are you assuming that the result set will have any given ordering automatically imposed, or are you including an explicit order clause in your query?

Thank you all for your replies.

I really didn't have any "order by" clause.

That's pretty much death right there for a database-driven app._______________________________________________

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


References: 
 >Re: SQLite -- same DB, different machines -> different results (From: Gregory Weston <email@hidden>)
 >Re: SQLite -- same DB, different machines -> different results (From: Тимофей Даньшин <email@hidden>)

  • Prev by Date: How can I keep an NSPopUpButton open after the user selects a menu item?
  • Next by Date: Scrolling NSTokenField -- Clips a little if resized quickly (see movie)
  • Previous by thread: Re: SQLite -- same DB, different machines -> different results
  • Next by thread: Get|SetControlProperty() equivalent
  • Index(es):
    • Date
    • Thread