# \<modifySql context="ctx\_name"\> with append is not working

**URL:** https://forum.liquibase.org/t/modifysql-context-ctx-name-with-append-is-not-working/459
**Category:** General Discussion
**Created:** [February 21, 2010, 6:36am UTC](https://forum.liquibase.org/t/modifysql-context-ctx-name-with-append-is-not-working/459 "2010-02-21T06:36:00Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![skrlswamy](https://avatars.discourse-cdn.com/v4/letter/s/c57346/32.png) [@skrlswamy](https://forum.liquibase.org/u/skrlswamy)
#### Post date: [February 21, 2010, 6:36am UTC](https://forum.liquibase.org/t/modifysql-context-ctx-name-with-append-is-not-working/459/1 "2010-02-21T06:36:00Z")

</div>

Hi,  
I’m trying to use contexts inside modifySql for createTable to append “partition by”. But the contexts are not being considered and the sql is not being appended at the end.

Ex:

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; .... &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; .... &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
Here I'm passing context value through "liquibase.properties" as "contexts=usePartition", still it is not appending the append value.

is it the rightway of passing contexts for modifySql?

Environment:  
liquibase version: 2.0 RC-2 (Build - 143)  
database: Sybase 15.0.3 (Adaptive Server Enterprise)

---

<div class="post-metadata">

### Author: ![nvoxland](https://avatars.discourse-cdn.com/v4/letter/n/87869e/32.png) [@nvoxland](https://forum.liquibase.org/u/nvoxland)
#### Post date: [February 21, 2010, 6:36am UTC](https://forum.liquibase.org/t/modifysql-context-ctx-name-with-append-is-not-working/459/2 "2010-02-21T06:36:00Z")

</div>

I’ll take a look.&nbsp; I created an issue to track it: [http://liquibase.jira.com/browse/CORE-563](http://liquibase.jira.com/browse/CORE-563)

Nathan
