<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>sql — FixDevs</title><description>Latest fixes and solutions for sql errors on FixDevs.</description><link>https://fixdevs.com/</link><language>en</language><lastBuildDate>Thu, 09 Apr 2026 00:00:00 GMT</lastBuildDate><atom:link href="https://fixdevs.com/tags/sql/rss.xml" rel="self" type="application/rss+xml"/><item><title>Fix: dbt Not Working — ref() Not Found, Schema Mismatch, and Compilation Errors</title><link>https://fixdevs.com/blog/dbt-not-working/</link><guid isPermaLink="true">https://fixdevs.com/blog/dbt-not-working/</guid><description>How to fix dbt errors — ref() model not found, profile not found, database relation does not exist, incremental model schema mismatch requiring full-refresh, dbt deps failure, Jinja compilation errors, and test failures.</description><pubDate>Thu, 09 Apr 2026 00:00:00 GMT</pubDate><category>dbt</category><category>data-engineering</category><category>analytics</category><category>sql</category><category>python</category><category>debugging</category><author>FixDevs</author></item><item><title>Fix: pgvector Not Working — Extension Install, Index Not Used, and Dimension Errors</title><link>https://fixdevs.com/blog/pgvector-not-working/</link><guid isPermaLink="true">https://fixdevs.com/blog/pgvector-not-working/</guid><description>How to fix pgvector errors — extension does not exist CREATE EXTENSION vector, dimension mismatch on insert, HNSW index not used slow queries, distance operator confusion, psycopg register adapter, and ivfflat vs hnsw selection.</description><pubDate>Thu, 09 Apr 2026 00:00:00 GMT</pubDate><category>postgres</category><category>pgvector</category><category>vector-database</category><category>sql</category><category>python</category><category>rag</category><category>debugging</category><author>FixDevs</author></item><item><title>Fix: MySQL Full-Text Search Not Working — MATCH AGAINST Returns No Results</title><link>https://fixdevs.com/blog/mysql-full-text-search-not-working/</link><guid isPermaLink="true">https://fixdevs.com/blog/mysql-full-text-search-not-working/</guid><description>How to fix MySQL full-text search issues — FULLTEXT index creation, minimum word length, stopwords, boolean mode vs natural language mode, InnoDB vs MyISAM, and LIKE fallback.</description><pubDate>Sun, 22 Mar 2026 00:00:00 GMT</pubDate><category>mysql</category><category>database</category><category>sql</category><category>backend</category><category>debugging</category><author>FixDevs</author></item><item><title>Fix: PostgreSQL Index Not Being Used — Query Planner Ignores Index</title><link>https://fixdevs.com/blog/postgres-index-not-used/</link><guid isPermaLink="true">https://fixdevs.com/blog/postgres-index-not-used/</guid><description>How to fix PostgreSQL indexes not being used — EXPLAIN ANALYZE output, function on indexed column, type mismatches, statistics staleness, partial indexes, and query planner costs.</description><pubDate>Sun, 22 Mar 2026 00:00:00 GMT</pubDate><category>postgresql</category><category>database</category><category>sql</category><category>performance</category><category>debugging</category><author>FixDevs</author></item><item><title>Fix: MySQL Deadlock Found When Trying to Get Lock</title><link>https://fixdevs.com/blog/mysql-deadlock-detected/</link><guid isPermaLink="true">https://fixdevs.com/blog/mysql-deadlock-detected/</guid><description>How to fix MySQL &apos;Deadlock found when trying to get lock; try restarting transaction&apos; — diagnosing deadlock causes, using SHOW ENGINE INNODB STATUS, and preventing deadlocks with consistent lock ordering.</description><pubDate>Sun, 15 Mar 2026 00:00:00 GMT</pubDate><category>mysql</category><category>database</category><category>debugging</category><category>sql</category><author>FixDevs</author></item><item><title>Fix: MySQL ERROR 1064 (42000): You have an error in your SQL syntax</title><link>https://fixdevs.com/blog/mysql-error-1064-syntax-error/</link><guid isPermaLink="true">https://fixdevs.com/blog/mysql-error-1064-syntax-error/</guid><description>How to fix MySQL syntax error 1064 caused by typos, reserved words, wrong quotes, missing commas, version-incompatible syntax, and ORM-generated queries.</description><pubDate>Mon, 09 Mar 2026 00:00:00 GMT</pubDate><category>mysql</category><category>database</category><category>sql</category><author>FixDevs</author></item><item><title>Fix: MySQL ERROR 1146 (42S02): Table &apos;database.table&apos; doesn&apos;t exist</title><link>https://fixdevs.com/blog/mysql-table-doesnt-exist/</link><guid isPermaLink="true">https://fixdevs.com/blog/mysql-table-doesnt-exist/</guid><description>How to fix MySQL error 1146 Table doesn&apos;t exist caused by wrong database selection, case sensitivity issues, missing migrations, InnoDB tablespace corruption, and cross-OS imports.</description><pubDate>Mon, 09 Mar 2026 00:00:00 GMT</pubDate><category>mysql</category><category>database</category><category>sql</category><author>FixDevs</author></item><item><title>Fix: PostgreSQL ERROR: relation &quot;table_name&quot; does not exist</title><link>https://fixdevs.com/blog/postgres-relation-does-not-exist/</link><guid isPermaLink="true">https://fixdevs.com/blog/postgres-relation-does-not-exist/</guid><description>How to fix the PostgreSQL &apos;relation does not exist&apos; error caused by schema search_path issues, case sensitivity, wrong database connections, missing migrations, and more.</description><pubDate>Mon, 09 Mar 2026 00:00:00 GMT</pubDate><category>postgresql</category><category>database</category><category>sql</category><author>FixDevs</author></item></channel></rss>