<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SimonOnSoftware &#187; orm</title>
	<atom:link href="http://simononsoftware.com/tag/orm/feed/" rel="self" type="application/rss+xml" />
	<link>http://simononsoftware.com</link>
	<description>programming, databases and other IT something</description>
	<lastBuildDate>Sun, 15 Aug 2010 14:05:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SQLAlchemy Defines New SQL Standard</title>
		<link>http://simononsoftware.com/sqlalchemy-defines-new-sql-standard/</link>
		<comments>http://simononsoftware.com/sqlalchemy-defines-new-sql-standard/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 20:18:50 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[wtf]]></category>
		<category><![CDATA[crap]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[orm]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sqlalchemy]]></category>

		<guid isPermaLink="false">http://www.simononsoftware.com/?p=755</guid>
		<description><![CDATA[Dreaming About SQL
Well, I thought that I know the SQL standard a little bit. I also know that there is Limit/Offset Hell in the RDBMS world as each engine implements its own version of limiting records (yea, some brave programmers even implement their own version &#8211; getting all records from table and sort them in [...]


<strong>Related posts:</strong><ol><li><a href='http://simononsoftware.com/the-worst-database-design/' rel='bookmark' title='Permanent Link: The Worst Database Design'>The Worst Database Design</a> <small>Let&#8217;s create tables&#8230; like this: CREATE TABLE A ( ID...</small></li>
<li><a href='http://simononsoftware.com/mysql-sql-mode-fun/' rel='bookmark' title='Permanent Link: MySQL SQL Mode Fun'>MySQL SQL Mode Fun</a> <small>While looking for some information on the web, I found...</small></li>
<li><a href='http://simononsoftware.com/why-use-orms/' rel='bookmark' title='Permanent Link: Why Use ORMs?'>Why Use ORMs?</a> <small>Why Use ORMs? ORM aka Object Relational Mapping is a...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://simononsoftware.com/sqlalchemy-defines-new-sql-standard/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Why Use ORMs?</title>
		<link>http://simononsoftware.com/why-use-orms/</link>
		<comments>http://simononsoftware.com/why-use-orms/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 20:10:53 +0000</pubDate>
		<dc:creator>Simon</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[active record]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[orm]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.simononsoftware.com/?p=674</guid>
		<description><![CDATA[Why Use ORMs?
ORM aka Object Relational Mapping is a quite crappy way of converting relational database model into some object model. Usually this simply means that there is created an object in the software for each table that exists in the database.
Usually many people says that ORMs are the best human idea since the sliced [...]


<strong>Related posts:</strong><ol><li><a href='http://simononsoftware.com/sqlalchemy-defines-new-sql-standard/' rel='bookmark' title='Permanent Link: SQLAlchemy Defines New SQL Standard'>SQLAlchemy Defines New SQL Standard</a> <small>Dreaming About SQL Well, I thought that I know the...</small></li>
<li><a href='http://simononsoftware.com/testing-database-small-reply/' rel='bookmark' title='Permanent Link: Testing Database &#8211; Small Reply'>Testing Database &#8211; Small Reply</a> <small>On Ovid&#8217;s blog I found lately this entry. First of...</small></li>
<li><a href='http://simononsoftware.com/why-ruby-on-rails-migrations-dont-work/' rel='bookmark' title='Permanent Link: Why Ruby on Rails Migrations Don&#8217;t Work'>Why Ruby on Rails Migrations Don&#8217;t Work</a> <small>Ruby on Rails Migrations Migrations in Ruby on Rails provide...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://simononsoftware.com/why-use-orms/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
