The Artima Developer Community
Sponsored Link

Python Buzz Forum
data migration sucks

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Victor Ng

Posts: 112
Nickname: victorng
Registered: Aug, 2003

Victor Ng programs Python for money, but he'd be programming Python anyway if he was a bum.
data migration sucks Posted: Feb 10, 2004 5:38 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Victor Ng.
Original Post: data migration sucks
Feed Title: Victor Ng's Weblog
Feed URL: https://blog.crankycoder.com/feed/atom/
Feed Description: Python Feed
Latest Python Buzz Posts
Latest Python Buzz Posts by Victor Ng
Latest Posts From Victor Ng's Weblog

Advertisement

ugh... just finished normalizing and migrating a whole pile of data.

Also learned yet another stupid thing about MySQL - columns are case insensitive by default.

http://www.mysql.com/doc/en/Case_sensitivity.html

Heh?

You need to specify a varchar column as binary for case sensitivity to kick in.

I also learned that psycopg can't bind to Postgresql when you're using a Postgresql 7.4 client and a Postgresql 7.2 server.

blech... I hate databases.

We should all go back to using etch-a-sketch.

Read: data migration sucks

Topic: Coding personality Previous Topic   Next Topic Topic: Nederhop

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use