<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: I&#8217;ve updated the PyMigrate test</title>
	<atom:link href="http://www.techraving.com/2009/02/13/ive-updated-the-pymigrate-test/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techraving.com/2009/02/13/ive-updated-the-pymigrate-test/</link>
	<description>An Opinion is a Terrible Thing To Waste</description>
	<lastBuildDate>Thu, 21 Jan 2010 16:59:47 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ScottK</title>
		<link>http://www.techraving.com/2009/02/13/ive-updated-the-pymigrate-test/comment-page-1/#comment-912</link>
		<dc:creator>ScottK</dc:creator>
		<pubDate>Sat, 14 Feb 2009 21:18:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.techraving.com/?p=233#comment-912</guid>
		<description>I&#039;ve begun to look at integrating SA and see that SA needs to be aware of the table structure. From my tests I think that SqlAlchemy is the way to go as it supports so many different database types.

My test units have shown that SA needs to know the existing database constructs. I just need to implement the correct conversions. One of the first thing that&#039;s bothering me initially is that calling Column(name, String) in MySql errors the database where as Column(name, Sting(50)) works fine. 

It may be something I have to deal with on my end if not in SA.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve begun to look at integrating SA and see that SA needs to be aware of the table structure. From my tests I think that SqlAlchemy is the way to go as it supports so many different database types.</p>
<p>My test units have shown that SA needs to know the existing database constructs. I just need to implement the correct conversions. One of the first thing that&#8217;s bothering me initially is that calling Column(name, String) in MySql errors the database where as Column(name, Sting(50)) works fine. </p>
<p>It may be something I have to deal with on my end if not in SA.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike bayer</title>
		<link>http://www.techraving.com/2009/02/13/ive-updated-the-pymigrate-test/comment-page-1/#comment-911</link>
		<dc:creator>mike bayer</dc:creator>
		<pubDate>Sat, 14 Feb 2009 20:32:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.techraving.com/?p=233#comment-911</guid>
		<description>why not say, metadata(create_engine(&quot;your://database&quot;)).reflect_all() ?   no model building.</description>
		<content:encoded><![CDATA[<p>why not say, metadata(create_engine(&#8221;your://database&#8221;)).reflect_all() ?   no model building.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ScottK</title>
		<link>http://www.techraving.com/2009/02/13/ive-updated-the-pymigrate-test/comment-page-1/#comment-910</link>
		<dc:creator>ScottK</dc:creator>
		<pubDate>Sat, 14 Feb 2009 12:48:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.techraving.com/?p=233#comment-910</guid>
		<description>I hadn&#039;t learned of sqlalchemy-migrate till just a few days prior to releasing PyMigrate. So I basically had a working system.

After looking at sqlalchemy-pymigrate I didn&#039;t like how I would have to learn sqlalchemy to format the tables as a user. Even then it seemed like a lot of work to create a table by fist building the model so SA could map it. 

Truth be told though, as long as the migration format set-up is easy for the user, I&#039;m ok with either system. I&#039;ll look at it again and see if maybe I can help out with it.</description>
		<content:encoded><![CDATA[<p>I hadn&#8217;t learned of sqlalchemy-migrate till just a few days prior to releasing PyMigrate. So I basically had a working system.</p>
<p>After looking at sqlalchemy-pymigrate I didn&#8217;t like how I would have to learn sqlalchemy to format the tables as a user. Even then it seemed like a lot of work to create a table by fist building the model so SA could map it. </p>
<p>Truth be told though, as long as the migration format set-up is easy for the user, I&#8217;m ok with either system. I&#8217;ll look at it again and see if maybe I can help out with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike bayer</title>
		<link>http://www.techraving.com/2009/02/13/ive-updated-the-pymigrate-test/comment-page-1/#comment-909</link>
		<dc:creator>mike bayer</dc:creator>
		<pubDate>Sat, 14 Feb 2009 08:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.techraving.com/?p=233#comment-909</guid>
		<description>why not just contribute to the Migrate project ?   They could definitely use the help.  We&#039;ve added new compilable DDL constructs in SQLA 0.6 that they&#039;re going to want to adapt to  (and you will too if you stay on SQLA as your base), so there&#039;s work to be done all around.

Inventing a whole new PyMigrate, which is going to use SQLAlchemy just like migrate anyway, seems like a huge duplication of effort ?</description>
		<content:encoded><![CDATA[<p>why not just contribute to the Migrate project ?   They could definitely use the help.  We&#8217;ve added new compilable DDL constructs in SQLA 0.6 that they&#8217;re going to want to adapt to  (and you will too if you stay on SQLA as your base), so there&#8217;s work to be done all around.</p>
<p>Inventing a whole new PyMigrate, which is going to use SQLAlchemy just like migrate anyway, seems like a huge duplication of effort ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://www.techraving.com/2009/02/13/ive-updated-the-pymigrate-test/comment-page-1/#comment-907</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Fri, 13 Feb 2009 19:47:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.techraving.com/?p=233#comment-907</guid>
		<description>This is shaping up to be really cool!</description>
		<content:encoded><![CDATA[<p>This is shaping up to be really cool!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ScottK</title>
		<link>http://www.techraving.com/2009/02/13/ive-updated-the-pymigrate-test/comment-page-1/#comment-905</link>
		<dc:creator>ScottK</dc:creator>
		<pubDate>Fri, 13 Feb 2009 18:42:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.techraving.com/?p=233#comment-905</guid>
		<description>Stay out of my head!!! Damn it!

At first I need an plug-in that does all the formatting for the user/architecture without their knowledge. Sso SQLAlchemy my fit this bill. The user&#039;s migrations would just need to fit the format.

I have thought about how to do this with rolling my own db API, hence the stay out my head and good point. I&#039;ll make the class easily extend-able so that if a user wants to roll their own they can substitute their own database integration.</description>
		<content:encoded><![CDATA[<p>Stay out of my head!!! Damn it!</p>
<p>At first I need an plug-in that does all the formatting for the user/architecture without their knowledge. Sso SQLAlchemy my fit this bill. The user&#8217;s migrations would just need to fit the format.</p>
<p>I have thought about how to do this with rolling my own db API, hence the stay out my head and good point. I&#8217;ll make the class easily extend-able so that if a user wants to roll their own they can substitute their own database integration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://www.techraving.com/2009/02/13/ive-updated-the-pymigrate-test/comment-page-1/#comment-903</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Fri, 13 Feb 2009 17:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.techraving.com/?p=233#comment-903</guid>
		<description>I haven&#039;t checked out your codebase but are you thinking of keeping SqlAlchemy exclusively for the ORM for this? Maybe instead of a pluggable architecture for database types, perhaps the option to pick and roll your own ORM?</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t checked out your codebase but are you thinking of keeping SqlAlchemy exclusively for the ORM for this? Maybe instead of a pluggable architecture for database types, perhaps the option to pick and roll your own ORM?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
